71 lines
512 B
Markdown
71 lines
512 B
Markdown
Deployment Strategy
|
|
|
|
Environment
|
|
|
|
Production VPS
|
|
|
|
Operating System:
|
|
|
|
Ubuntu 24.04
|
|
|
|
---
|
|
|
|
Components
|
|
|
|
Nginx
|
|
Docker
|
|
MariaDB
|
|
Redis
|
|
Go Fiber Application
|
|
|
|
---
|
|
|
|
Container Structure
|
|
|
|
tukangketik-web
|
|
|
|
|
+-- Fiber Application
|
|
+-- Templates
|
|
+-- Static Assets
|
|
|
|
MariaDB
|
|
Redis
|
|
|
|
---
|
|
|
|
Reverse Proxy
|
|
|
|
Nginx
|
|
|
|
tukangketik.id
|
|
|
|
|
+--> Go Fiber Container
|
|
|
|
---
|
|
|
|
SSL
|
|
|
|
Let's Encrypt
|
|
|
|
Automatic Renewal
|
|
|
|
---
|
|
|
|
Persistent Storage
|
|
|
|
Uploads:
|
|
|
|
/opt/data/uploads
|
|
|
|
Database:
|
|
|
|
MariaDB Docker Volume
|
|
|
|
---
|
|
|
|
Backup Targets
|
|
|
|
MariaDB
|
|
Uploads
|
|
Gitea Data
|