forked from gitbot/uguu
Using the footer template
This commit is contained in:
parent
6d4519c5d7
commit
0296af0374
@ -12,6 +12,7 @@ Temp file sharing application source code, stores files and deletes after X amou
|
||||
* Deploy base code, for example with `git clone https://github.com/pierre-alain-b/Uguu.git`
|
||||
* Modify includes/config.php (copy config.template.php as a starting point) to set up the main options for Uguu.
|
||||
* Some file extensions are blocked by default, this can be changed via includes/config.php's CONFIG_BLOCKED_EXTENSIONS value.
|
||||
* Copy `rain/template/footer.template.html` as `rain/template/footer.html` and personalize the footer as you wish
|
||||
* Execute check.sh regularly with cron to delete old files: `crontab -e` and add `0,15,30,45 * * * * bash /path/to/check.sh` (or adapt if you know how cron works).
|
||||
* Make the Uguu/public/files and Uguu/rain/cache directory modifiable by the web server user:
|
||||
`chown -R www-data:www-data /path/to/Uguu/public/files` and `chown -R www-data:www-data /path/to/Uguu/rain/cache`
|
||||
|
@ -1,15 +0,0 @@
|
||||
<footer class="page-footer blue-grey darken-1" style="position: absolute; bottom: 0; width: 100%">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col l6 s12">
|
||||
<h5 class="white-text">Limitations</h5>
|
||||
<p class="grey-text text-lighten-4">If you need to store files for a longer time, you can deploy your own version of Uguu, the sources are available on Github.</p>
|
||||
</div>
|
||||
<div class="col l4 offset-l2 s12">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user