mirror of
https://github.com/kou029w/fogtype.com
synced 2025-03-07 23:05:18 +00:00
Compare commits
No commits in common. "022301c850bae3a92d4729c7e8b828f4afbbd55d" and "e2dc04a5168bf26399f917d1c7fdbf797cfef39f" have entirely different histories.
022301c850
...
e2dc04a516
3 changed files with 7 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
https:
|
||||
image: caddy:2.6.3-alpine@sha256:e782cdc152609a801ac266b687d8edf04ba03afcc79feab6b893b3cf70e58b25
|
||||
image: caddy:2.6.2-alpine@sha256:25a0097607868fb05a89a5ab9fea2f2ea4cecdc89d887d7dcee8c778a21b9e1f
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
|
@ -9,7 +9,6 @@ services:
|
|||
- "127.0.0.1:2019:2019"
|
||||
volumes:
|
||||
- ./etc/caddy:/etc/caddy
|
||||
- ./srv:/srv
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
networks:
|
||||
|
@ -50,6 +49,6 @@ volumes:
|
|||
networks:
|
||||
fogtype:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.30.0.0/24
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.30.0.0/24
|
||||
|
|
|
@ -5,10 +5,10 @@ read.keiu.net {
|
|||
redir https://rad.fogtype.com{uri} 308
|
||||
}
|
||||
fogtype.com {
|
||||
handle /.well-known/nostr.json {
|
||||
file_server
|
||||
}
|
||||
reverse_proxy http://gts:8080
|
||||
reverse_proxy /.well-known/nostr.json https://archive.fogtype.com {
|
||||
header_up Host {upstream_hostport}
|
||||
}
|
||||
}
|
||||
www.fogtype.com {
|
||||
redir https://fogtype.com{uri} 308
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"names": {
|
||||
"nebel": "c90a759ab3bc4006f1fe5684a1a0278b41e868580932ad67760f3e52db6112d0"
|
||||
},
|
||||
"relays": {
|
||||
"c90a759ab3bc4006f1fe5684a1a0278b41e868580932ad67760f3e52db6112d0": [
|
||||
"wss://relay.beta.fogtype.com"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue