mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-27 03:15:39 +00:00
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
rootfs
etc
s6.d
cron
run
nginx
usr
Dockerfile
README.md
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rtorrent-flood
rutorrent
tor
LICENSE
README.md
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
while true; do
|
||
|
php -f /freshrss/app/actualize_script.php
|
||
|
sleep <CRON_PERIOD>
|
||
|
done
|