My server installation recipes
Find a file
2021-12-24 09:30:11 +01:00
0 fix network config 2021-12-12 18:31:50 +01:00
__doc__ update network diag 2021-12-24 09:30:11 +01:00
baikal network isolation 2021-12-12 12:02:11 +01:00
blog network isolation 2021-12-12 12:02:11 +01:00
deluge network isolation 2021-12-12 12:02:11 +01:00
dokuwiki network isolation 2021-12-12 12:02:11 +01:00
glances network isolation 2021-12-12 12:02:11 +01:00
netdata network isolation 2021-12-12 12:02:11 +01:00
photo remove unused network 2021-12-12 18:38:24 +01:00
portainer network isolation 2021-12-12 12:02:11 +01:00
posteio network isolation 2021-12-12 12:02:11 +01:00
seafile network isolation 2021-12-12 12:02:11 +01:00
selfoss network isolation 2021-12-12 12:02:11 +01:00
shaarli network isolation 2021-12-12 12:02:11 +01:00
traefik network isolation 2021-12-12 12:02:11 +01:00
wallabag network isolation 2021-12-12 12:02:11 +01:00
www network isolation 2021-12-12 12:02:11 +01:00
.env.default Clarify SEAFILE parameters 2021-11-16 19:15:46 +01:00
.gitignore Creation 2020-06-27 14:55:16 +02:00
README.md draft network diag 2021-12-18 22:00:06 +01:00
set_perms_local improve local testing shell script 2021-12-12 11:41:00 +01:00
set_perms_server improve server perms shell script 2021-12-12 12:05:25 +01:00

Hosting

My server installation recipes (Inspired from https://github.com/tomMoulard/make-my-server)

Bash function to override docker-compose command and manage multiple docker-compose.yml files (non executable YAML files are ignored).

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

Schéma réseau :

schéma réseau