My server installation recipes
Find a file
2021-11-01 19:10:42 +01:00
0 use executable permission to know if a service must be enabled 2021-10-01 11:40:30 +02:00
baikal back to traefik 2021-11-01 19:10:42 +01:00
blog back to traefik 2021-11-01 19:10:42 +01:00
deluge back to traefik 2021-11-01 19:10:42 +01:00
dokuwiki back to traefik 2021-11-01 19:10:42 +01:00
glances back to traefik 2021-11-01 19:10:42 +01:00
netdata use file permission to disable services 2021-10-01 11:30:06 +02:00
nginx-proxy back to traefik 2021-11-01 19:10:42 +01:00
photo back to traefik 2021-11-01 19:10:42 +01:00
portainer back to traefik 2021-11-01 19:10:42 +01:00
posteio use file permission to disable services 2021-10-01 11:30:06 +02:00
seafile back to traefik 2021-11-01 19:10:42 +01:00
selfoss back to traefik 2021-11-01 19:10:42 +01:00
shaarli back to traefik 2021-11-01 19:10:42 +01:00
traefik back to traefik 2021-11-01 19:10:42 +01:00
wallabag back to traefik 2021-11-01 19:10:42 +01:00
www back to traefik 2021-11-01 19:10:42 +01:00
.env.default back to traefik 2021-11-01 19:10:42 +01: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}') $@
}