Cleanup, fix header for caddy backend
This commit is contained in:
parent
2552ada812
commit
c36ea0287e
@ -1,7 +1,16 @@
|
|||||||
[servers]
|
[servers]
|
||||||
pinky ansible_user=ralsina
|
pinky
|
||||||
rocky ansible_user=ralsina
|
rocky
|
||||||
|
|
||||||
[servers:vars]
|
[faas]
|
||||||
|
lawn
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
pinky
|
||||||
|
rocky
|
||||||
|
lawn
|
||||||
|
|
||||||
|
[all:vars]
|
||||||
|
ansible_user=ralsina
|
||||||
ansible_connection=ssh
|
ansible_connection=ssh
|
||||||
ansible_python_interpreter=/usr/bin/python3
|
ansible_python_interpreter=/usr/bin/python3
|
@ -10,6 +10,16 @@
|
|||||||
- docker
|
- docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- btrfs-progs
|
- btrfs-progs
|
||||||
|
- qemu-system-arm
|
||||||
|
- qemu-utils
|
||||||
|
state: present
|
||||||
|
- name: Install Debian-specific packages
|
||||||
|
become: true
|
||||||
|
when: ansible_os_family == 'Debian'
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name:
|
||||||
|
- qemu-efi-aarch64
|
||||||
|
- net-tools
|
||||||
state: present
|
state: present
|
||||||
- name: Start and enable service docker
|
- name: Start and enable service docker
|
||||||
become: true
|
become: true
|
||||||
@ -41,4 +51,4 @@
|
|||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: docker
|
name: docker
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Setup my user with some QoL packages and settings
|
# Setup my user with some QoL packages and settings
|
||||||
- name: Basic Setup
|
- name: Basic Setup
|
||||||
hosts: servers
|
hosts: interactive
|
||||||
become_method: ansible.builtin.sudo
|
become_method: ansible.builtin.sudo
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install some packages
|
- name: Install some packages
|
||||||
@ -22,6 +22,7 @@
|
|||||||
name:
|
name:
|
||||||
- ncurses-term
|
- ncurses-term
|
||||||
state: present
|
state: present
|
||||||
|
update_cache: true
|
||||||
- name: Add the user ralsina
|
- name: Add the user ralsina
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
|
@ -7,6 +7,7 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8080;
|
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8080;
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
error_page 500 502 503 504 /custom_50x.html;
|
error_page 500 502 503 504 /custom_50x.html;
|
||||||
location = /custom_50x.html {
|
location = /custom_50x.html {
|
||||||
@ -24,6 +25,7 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8086;
|
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8086;
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
error_page 500 502 503 504 /custom_50x.html;
|
error_page 500 502 503 504 /custom_50x.html;
|
||||||
location = /custom_50x.html {
|
location = /custom_50x.html {
|
||||||
@ -41,6 +43,7 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:3000;
|
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:3000;
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
error_page 403 404 500 502 503 504 /custom_50x.html;
|
error_page 403 404 500 502 503 504 /custom_50x.html;
|
||||||
location = /custom_50x.html {
|
location = /custom_50x.html {
|
||||||
@ -67,6 +70,7 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:7777;
|
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:7777;
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /stream {
|
location /stream {
|
||||||
@ -127,23 +131,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
|
||||||
listen 8080;
|
|
||||||
listen [::]:8080;
|
|
||||||
|
|
||||||
server_name social.ralsina.me;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:3003;
|
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
|
||||||
|
|
||||||
# WebSocket support
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection "upgrade";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 8080;
|
||||||
listen [::]:8080;
|
listen [::]:8080;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user