My server installation recipes
Find a file
2021-10-24 09:56:11 +02: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 replace traefik by nginx-proxy 2021-10-03 14:22:22 +02:00
deluge deluge and nginx streaming 2021-10-03 19:32:44 +02:00
dokuwiki migrate to nginx-proxy 2021-10-03 16:18:39 +02:00
glances fix wallbag and glances 2021-10-06 20:14:28 +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 set pigallery version 2021-10-03 12:29:30 +02:00
portainer migrate to nginx-proxy 2021-10-03 16:19:09 +02:00
posteio use file permission to disable services 2021-10-01 11:30:06 +02:00
seafile disable services 2021-10-03 12:30:25 +02:00
selfoss replace traefik by nginx-proxy 2021-10-03 14:22:22 +02:00
shaarli replace traefik by nginx-proxy 2021-10-03 14:22:22 +02:00
wallabag fix wallbag and glances 2021-10-06 20:14:28 +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}') $@
}