Compare commits
1 Commits
terraria-m
...
pico-forwa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c091493f9 |
34
snackpot.yml
34
snackpot.yml
@@ -32,10 +32,6 @@
|
|||||||
- "5555"
|
- "5555"
|
||||||
# icecast
|
# icecast
|
||||||
- "8000"
|
- "8000"
|
||||||
# terraria
|
|
||||||
- "7777"
|
|
||||||
- "7778"
|
|
||||||
- "7779"
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- hostname:
|
- hostname:
|
||||||
@@ -63,21 +59,21 @@
|
|||||||
vars:
|
vars:
|
||||||
ufw_allow: "{{ firewall_ports }}"
|
ufw_allow: "{{ firewall_ports }}"
|
||||||
|
|
||||||
# - include_role:
|
- include_role:
|
||||||
# name: mrlesmithjr.netplan
|
name: mrlesmithjr.netplan
|
||||||
# apply: { become: true, tags: [netplan, network] }
|
apply: { become: true, tags: [netplan, network] }
|
||||||
# tags: netplan, network
|
tags: netplan, network
|
||||||
# vars:
|
vars:
|
||||||
# netplan_enabled: true
|
netplan_enabled: true
|
||||||
# netplan_configuration:
|
netplan_configuration:
|
||||||
# network:
|
network:
|
||||||
# version: 2
|
version: 2
|
||||||
# ethernets:
|
ethernets:
|
||||||
# enp3s0:
|
enp3s0:
|
||||||
# addresses: [192.168.0.55/24]
|
addresses: [192.168.0.55/24]
|
||||||
# gateway4: 192.168.0.1
|
gateway4: 192.168.0.1
|
||||||
# nameservers:
|
nameservers:
|
||||||
# addresses: [192.168.0.1]
|
addresses: [192.168.0.1]
|
||||||
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: docker_compose
|
name: docker_compose
|
||||||
|
|||||||
6
templates/docker-compose/proxy/nextcloud.conf
Normal file
6
templates/docker-compose/proxy/nextcloud.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
location ^~ /sites/ {
|
||||||
|
proxy_set_header X-Forwarded-Host $host:$server_port;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
proxy_set_header X-Forwarded-Server $host;
|
||||||
|
proxy_pass http://web/index.php/apps/cms_pico/pico_proxy/;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user