My server installation recipes
Find a file
2021-11-01 18:41:59 +01:00
0 use executable permission to know if a service must be enabled 2021-10-01 11:40:30 +02:00
baikal migrate to nginx-proxy 2021-10-03 16:18:39 +02:00
blog https hosts 2021-10-24 10:07:24 +02:00
deluge https hosts 2021-10-24 10:07:24 +02:00
dokuwiki https hosts 2021-10-24 10:07:24 +02:00
glances https hosts 2021-10-24 10:07:24 +02:00
netdata use file permission to disable services 2021-10-01 11:30:06 +02:00
nginx-proxy no staging 2021-10-24 09:56:11 +02:00
photo fuse 2021-11-01 18:41:59 +01:00
portainer https hosts 2021-10-24 10:07:24 +02:00
posteio use file permission to disable services 2021-10-01 11:30:06 +02:00
seafile fuse 2021-11-01 18:41:59 +01:00
selfoss https hosts 2021-10-24 10:07:24 +02:00
shaarli https hosts 2021-10-24 10:07:24 +02:00
wallabag https hosts 2021-10-24 10:07:24 +02:00
www add LETSENCRYPT_HOST var 2021-10-24 09:53:10 +02:00
.env.default let's encrypt is optional 2021-10-10 16:47:36 +02:00
.gitignore Creation 2020-06-27 14:55:16 +02:00
README.md Update README.md 2020-07-07 07:50:53 +02:00
set_aliases improve alias 2021-10-03 12:30:44 +02:00

Hosting

My server installation recipes.

Inspired from https://github.com/tomMoulard/make-my-server

docker-compose ()
{
    /usr/local/bin/docker-compose $(find -name 'docker-compose*.yml' -type f -printf '%p\t%d\n'  2>/dev/null | sort -n -k2 | cut -f 1 | awk '{print "-f "$0}') $@
}