diff --git a/.gitignore b/.gitignore
index 2e9228d..55fcda3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,10 +7,12 @@
/pigallery2/images/
/pigallery2/tmp/
/pigallery2/db/
+/gitea/
/http/bitf
/http/marketplace
/http/mcfont
/http/mojira
/http/reddit
+/http/twitter
/media
diff --git a/caddy/Caddyfile b/caddy/Caddyfile
index 68ef240..1571214 100755
--- a/caddy/Caddyfile
+++ b/caddy/Caddyfile
@@ -17,6 +17,11 @@ photos.trystkelly.com {
encode
}
+git.trystkelly.com {
+ reverse_proxy gitea:3000
+ encode
+}
+
trystkelly.com {
root * /srv
diff --git a/docker-compose.yaml b/docker-compose.yaml
index e55683f..69e56a6 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -1,7 +1,6 @@
services:
caddy:
image: caddy:latest
- container_name: trystkelly-caddy
restart: unless-stopped
ports:
- "80:80"
@@ -18,7 +17,6 @@ services:
jellyfin:
image: jellyfin/jellyfin:latest
- container_name: trystkelly-jellyfin
restart: unless-stopped
volumes:
- "./jellyfin/config:/config"
@@ -29,7 +27,6 @@ services:
copyparty:
image: copyparty/ac:latest
- container_name: trystkelly-copyparty
restart: unless-stopped
volumes:
- "./copyparty/config:/cfg"
@@ -41,7 +38,6 @@ services:
pigallery2:
image: bpatrik/pigallery2:latest
- container_name: trystkelly-pigallery2
restart: unless-stopped
deploy:
resources:
@@ -58,6 +54,15 @@ services:
networks:
- web-network
+ gitea:
+ image: docker.gitea.com/gitea:latest
+ restart: unless-stopped
+ volumes:
+ - ./gitea:/data
+ - /etc/localtime:/etc/localtime:ro
+ networks:
+ - web-network
+
networks:
web-network:
driver: bridge
diff --git a/http/index.html b/http/index.html
index 79868c0..2834ea4 100755
--- a/http/index.html
+++ b/http/index.html
@@ -60,6 +60,15 @@
Reddit Saves
+
+

+ Twitter Saves
+