Readme
This commit is contained in:
parent
9af19f2bd8
commit
e329059e57
2 changed files with 31 additions and 25 deletions
|
@ -1,18 +1,24 @@
|
|||
networks:
|
||||
forgejo:
|
||||
external: false
|
||||
|
||||
services:
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:1.24.5
|
||||
container_name: gitea
|
||||
server:
|
||||
image: codeberg.org/forgejo/forgejo:11
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: always
|
||||
networks:
|
||||
- forgejo
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
- ./forgejo:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2221:22"
|
||||
- '3000:3000'
|
||||
- '222:22'
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "git"
|
38
README.md
38
README.md
|
@ -2,34 +2,34 @@
|
|||
|
||||
## Hardware & OS
|
||||
|
||||
ideapad 15ADA05 laptop
|
||||
Ryzen 5 3500u
|
||||
12gb ddr4
|
||||
512gb nvme
|
||||
- ideapad 15ADA05 laptop
|
||||
- Ryzen 5 3500u
|
||||
- 12gb ddr4
|
||||
- 512gb nvme
|
||||
|
||||
## Stack
|
||||
|
||||
Debian13
|
||||
Docker
|
||||
Tailscale (VPN)
|
||||
TSDProxy (Tailscale proxy to have easily a domain per service)
|
||||
- Debian13
|
||||
- Docker
|
||||
- Tailscale (VPN)
|
||||
- TSDProxy (Tailscale proxy to have easily a domain per service)
|
||||
|
||||
## Services
|
||||
|
||||
Gitea (git repo management)
|
||||
n8n (automation with graphs, selfhosted zapier)
|
||||
nextcloud (google drive replacement)
|
||||
immich (google photos replacement)
|
||||
affine (notes taking, obsidian replacement)
|
||||
OpenWebUI (chatgpt UI replacement)
|
||||
Beszel (Ressources monitoring)
|
||||
StirlingPDF (ilovepdf.com replacement)
|
||||
Gotify (Simple notifcation system)
|
||||
Metube (Youtube downloader)
|
||||
- Forgejo (git repo management)
|
||||
- n8n (automation with graphs, selfhosted zapier)
|
||||
- nextcloud (google drive replacement)
|
||||
- immich (google photos replacement)
|
||||
- affine (notes taking, obsidian replacement)
|
||||
- OpenWebUI (chatgpt UI replacement)
|
||||
- Beszel (Ressources monitoring)
|
||||
- StirlingPDF (ilovepdf.com replacement)
|
||||
- Gotify (Simple notifcation system)
|
||||
- Metube (Youtube downloader)
|
||||
|
||||
## Todo
|
||||
|
||||
- [ ] Publish this repo
|
||||
- [x] Publish this repo
|
||||
- [ ] Add images to README
|
||||
- [ ] Move github things
|
||||
- [ ] Add Habitica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue