My server installation recipes
Find a file
2020-09-05 11:22:58 +02:00
0 renaming, add HTTPS 2020-06-28 12:27:32 +02:00
baikal add baikal recipe 2020-07-18 11:37:49 +02:00
blog Add dependency 2020-07-12 17:20:01 +02:00
deluge add env var for HTTP port 2020-08-15 13:31:21 +02:00
glances renaming + draft deluge 2020-07-07 19:06:14 +02:00
photo disable health check 2020-07-25 15:07:37 +02:00
portainer renaming + draft deluge 2020-07-07 19:06:14 +02:00
posteio disable health check 2020-07-25 15:07:37 +02:00
raneto fix raneto traefik config 2020-09-05 11:22:58 +02:00
seafile seafile optim 2020-07-18 18:43:57 +02:00
selfoss fix http port 2020-07-16 19:17:51 +02:00
shaarli volumes only 2020-07-14 18:30:47 +02:00
traefik parameter root install directory 2020-07-08 10:53:49 +02:00
wallabag forgot network 2020-07-13 20:17:04 +02:00
wikijs wikijs: use linuxserver image 2020-07-19 18:21:52 +02:00
www renaming + draft deluge 2020-07-07 19:06:14 +02:00
.env.default add raneto wiki 2020-09-05 11:15:23 +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}') $@
}