My server installation recipes
Find a file
2020-07-07 07:50:53 +02:00
0 renaming, add HTTPS 2020-06-28 12:27:32 +02:00
glances fix host glances 2020-07-06 18:56:34 +02:00
portainer fix typo 2020-07-06 18:49:36 +02:00
posteio tls for all 2020-06-30 20:25:23 +02:00
traefik remove stats 2020-07-06 19:09:46 +02:00
www add www 2020-07-06 19:38:12 +02:00
.env.default secure traefik api 2020-07-06 19:08:12 +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

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}') $@
}