Add gitea and twitter
This commit is contained in:
@@ -7,10 +7,12 @@
|
|||||||
/pigallery2/images/
|
/pigallery2/images/
|
||||||
/pigallery2/tmp/
|
/pigallery2/tmp/
|
||||||
/pigallery2/db/
|
/pigallery2/db/
|
||||||
|
/gitea/
|
||||||
|
|
||||||
/http/bitf
|
/http/bitf
|
||||||
/http/marketplace
|
/http/marketplace
|
||||||
/http/mcfont
|
/http/mcfont
|
||||||
/http/mojira
|
/http/mojira
|
||||||
/http/reddit
|
/http/reddit
|
||||||
|
/http/twitter
|
||||||
/media
|
/media
|
||||||
|
|||||||
@@ -17,6 +17,11 @@ photos.trystkelly.com {
|
|||||||
encode
|
encode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git.trystkelly.com {
|
||||||
|
reverse_proxy gitea:3000
|
||||||
|
encode
|
||||||
|
}
|
||||||
|
|
||||||
trystkelly.com {
|
trystkelly.com {
|
||||||
root * /srv
|
root * /srv
|
||||||
|
|
||||||
|
|||||||
+9
-4
@@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:latest
|
image: caddy:latest
|
||||||
container_name: trystkelly-caddy
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
@@ -18,7 +17,6 @@ services:
|
|||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin:latest
|
image: jellyfin/jellyfin:latest
|
||||||
container_name: trystkelly-jellyfin
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "./jellyfin/config:/config"
|
- "./jellyfin/config:/config"
|
||||||
@@ -29,7 +27,6 @@ services:
|
|||||||
|
|
||||||
copyparty:
|
copyparty:
|
||||||
image: copyparty/ac:latest
|
image: copyparty/ac:latest
|
||||||
container_name: trystkelly-copyparty
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "./copyparty/config:/cfg"
|
- "./copyparty/config:/cfg"
|
||||||
@@ -41,7 +38,6 @@ services:
|
|||||||
|
|
||||||
pigallery2:
|
pigallery2:
|
||||||
image: bpatrik/pigallery2:latest
|
image: bpatrik/pigallery2:latest
|
||||||
container_name: trystkelly-pigallery2
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
@@ -58,6 +54,15 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- web-network
|
- web-network
|
||||||
|
|
||||||
|
gitea:
|
||||||
|
image: docker.gitea.com/gitea:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./gitea:/data
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
networks:
|
||||||
|
- web-network
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web-network:
|
web-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
@@ -60,6 +60,15 @@
|
|||||||
Reddit Saves
|
Reddit Saves
|
||||||
</div></a
|
</div></a
|
||||||
>
|
>
|
||||||
|
<a href="twitter/web/likes.html"
|
||||||
|
><div class="grid-entry">
|
||||||
|
<img
|
||||||
|
class="thumbnail"
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/6/6f/Logo_of_Twitter.svg"
|
||||||
|
/>
|
||||||
|
Twitter Saves
|
||||||
|
</div></a
|
||||||
|
>
|
||||||
<a href="mojira/render/index.html"
|
<a href="mojira/render/index.html"
|
||||||
><div class="grid-entry">
|
><div class="grid-entry">
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user