![]() |
2 yıl önce | |
---|---|---|
files | 2 yıl önce | |
htmlPages | 5 yıl önce | |
lang | 2 yıl önce | |
lib | 2 yıl önce | |
munin | 5 yıl önce | |
.gitignore | 2 yıl önce | |
.htaccess | 3 yıl önce | |
README.md | 2 yıl önce | |
android-chrome-192x192.png | 5 yıl önce | |
android-chrome-512x512.png | 5 yıl önce | |
apple-touch-icon.png | 5 yıl önce | |
config.yaml.dist | 2 yıl önce | |
cron.php | 4 yıl önce | |
favicon-16x16.png | 5 yıl önce | |
favicon-32x32.png | 5 yıl önce | |
favicon.ico | 5 yıl önce | |
index.php | 2 yıl önce | |
jquery-file-upload.html | 5 yıl önce | |
my.php | 2 yıl önce | |
robots.txt | 5 yıl önce | |
site.webmanifest | 5 yıl önce | |
upload.php | 2 yıl önce |
PHP file sharing service free of rights (license Beerware) and free.
Demonstration : https://dl.zici.fr/
Upload source content on you web server
Move config file :
mv config.yaml.exemple config.yaml
Change paramètre in config.yaml Make sure the consistency between:
Make sure the "files" directory is writable
By default the expired files this deletes with visits to the homepage. But you can delete them by cron job:
10 0 * * * cd /var/www/dl.zici.fr/ && php /var/www/dl.zici.fr/cron.php
In config.yaml change
expireCron: web
to
expireCron: cli
1.1
No upload file if exist on server, just link
required PDO sqlite
check_checksum: true
checksumDb: files/checksum.db
1.0
0.2
0.1 (16/10/2019)
cd munin
cp file2link_* /etc/munin/plugins/
On /etc/munin/plugin-conf.d/munin-node file, add your "files" dir :
[...]
[file2link_*]
env.dir /var/www/dl.zici.fr/files
And restart munin node
/etc/init.d/munin-node restart
Beerware : https://en.wikipedia.org/wiki/Beerware
Mime type icone : https://github.com/colorswall/CSS-file-icons
Icone : https://fontawesome.com Creative Commons Attribution 4.0 International license
David Mercereau david #arobase# mercereau #point# info