Compare commits
	
		
			3 Commits
		
	
	
		
			6ef0d5f1d5
			...
			db4a97cc35
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| db4a97cc35 | |||
| de93ef69c0 | |||
| 8dae2bb825 | 
@@ -7,17 +7,7 @@ post.thesatelliteoflove.com {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.thesatelliteoflove.com {
 | 
					tasks.thesatelliteoflove.com {
 | 
				
			||||||
    @allowed {
 | 
					    reverse_proxy authentik-server-1:9000
 | 
				
			||||||
        remote_ip 100.64.0.0/10
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    handle @allowed {
 | 
					 | 
				
			||||||
        reverse_proxy tasksmd:8080
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    handle {
 | 
					 | 
				
			||||||
        respond "Access denied" 403
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
files.thesatelliteoflove.com {
 | 
					files.thesatelliteoflove.com {
 | 
				
			||||||
@@ -45,18 +35,8 @@ grist.thesatelliteoflove.com {
 | 
				
			|||||||
    reverse_proxy grist-grist-1:8484
 | 
					    reverse_proxy grist-grist-1:8484
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
home.thesatelliteoflove.com:80 {
 | 
					home.thesatelliteoflove.com {
 | 
				
			||||||
    @allowed {
 | 
					    reverse_proxy authentik-server-1:9000
 | 
				
			||||||
        remote_ip 100.64.0.0/10
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    handle @allowed {
 | 
					 | 
				
			||||||
        reverse_proxy glance:8080
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    handle {
 | 
					 | 
				
			||||||
        respond "Access denied" 403
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pdftools.thesatelliteoflove.com:80 {
 | 
					pdftools.thesatelliteoflove.com:80 {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,3 +5,10 @@
 | 
				
			|||||||
    files:
 | 
					    files:
 | 
				
			||||||
      - compose.yml
 | 
					      - compose.yml
 | 
				
			||||||
    state: restarted
 | 
					    state: restarted
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- name: restart caddy
 | 
				
			||||||
 | 
					  community.docker.docker_compose_v2:
 | 
				
			||||||
 | 
					    project_src: /opt/stacks/caddy
 | 
				
			||||||
 | 
					    files:
 | 
				
			||||||
 | 
					      - compose.yml
 | 
				
			||||||
 | 
					    state: restarted
 | 
				
			||||||
@@ -11,6 +11,7 @@
 | 
				
			|||||||
    dest: /opt/stacks/caddy/Caddyfile
 | 
					    dest: /opt/stacks/caddy/Caddyfile
 | 
				
			||||||
    owner: root
 | 
					    owner: root
 | 
				
			||||||
    mode: 644
 | 
					    mode: 644
 | 
				
			||||||
 | 
					  notify: restart caddy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: copy caddy compose file
 | 
					- name: copy caddy compose file
 | 
				
			||||||
  ansible.builtin.copy:
 | 
					  ansible.builtin.copy:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -86,9 +86,8 @@ pages:
 | 
				
			|||||||
        collapse-after: 3
 | 
					        collapse-after: 3
 | 
				
			||||||
        cache: 3h
 | 
					        cache: 3h
 | 
				
			||||||
        feeds:
 | 
					        feeds:
 | 
				
			||||||
        - url: https://ciechanow.ski/atom.xml
 | 
					        - url: https://selfh.st/rss/
 | 
				
			||||||
        - url: https://www.joshwcomeau.com/rss.xml
 | 
					        - url: https://www.jeffgeerling.com/blog.xml
 | 
				
			||||||
          title: Josh Comeau
 | 
					 | 
				
			||||||
        - url: https://samwho.dev/rss.xml
 | 
					        - url: https://samwho.dev/rss.xml
 | 
				
			||||||
        - url: https://awesomekling.github.io/feed.xml
 | 
					        - url: https://awesomekling.github.io/feed.xml
 | 
				
			||||||
        - url: https://ishadeed.com/feed.xml
 | 
					        - url: https://ishadeed.com/feed.xml
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user