Compare commits
1 Commits
terraria-m
...
pico-forwa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c091493f9 |
34
snackpot.yml
34
snackpot.yml
@@ -32,10 +32,6 @@
|
||||
- "5555"
|
||||
# icecast
|
||||
- "8000"
|
||||
# terraria
|
||||
- "7777"
|
||||
- "7778"
|
||||
- "7779"
|
||||
|
||||
tasks:
|
||||
- hostname:
|
||||
@@ -63,21 +59,21 @@
|
||||
vars:
|
||||
ufw_allow: "{{ firewall_ports }}"
|
||||
|
||||
# - include_role:
|
||||
# name: mrlesmithjr.netplan
|
||||
# apply: { become: true, tags: [netplan, network] }
|
||||
# tags: netplan, network
|
||||
# vars:
|
||||
# netplan_enabled: true
|
||||
# netplan_configuration:
|
||||
# network:
|
||||
# version: 2
|
||||
# ethernets:
|
||||
# enp3s0:
|
||||
# addresses: [192.168.0.55/24]
|
||||
# gateway4: 192.168.0.1
|
||||
# nameservers:
|
||||
# addresses: [192.168.0.1]
|
||||
- include_role:
|
||||
name: mrlesmithjr.netplan
|
||||
apply: { become: true, tags: [netplan, network] }
|
||||
tags: netplan, network
|
||||
vars:
|
||||
netplan_enabled: true
|
||||
netplan_configuration:
|
||||
network:
|
||||
version: 2
|
||||
ethernets:
|
||||
enp3s0:
|
||||
addresses: [192.168.0.55/24]
|
||||
gateway4: 192.168.0.1
|
||||
nameservers:
|
||||
addresses: [192.168.0.1]
|
||||
|
||||
- include_role:
|
||||
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