added gitea and fixed the config script up
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
- Homepage:
|
||||
- abbr: HP
|
||||
href: https://gethomepage.dev/
|
||||
- Gitea:
|
||||
- abbr: GT
|
||||
href: https://docs.gitea.io/
|
||||
|
||||
- Services:
|
||||
- Listmonk:
|
||||
@@ -26,6 +29,9 @@
|
||||
- PostgreSQL:
|
||||
- abbr: PG
|
||||
href: https://www.postgresql.org/docs/
|
||||
- Gitea:
|
||||
- abbr: GT
|
||||
href: https://gitea.io/
|
||||
|
||||
- Resources:
|
||||
- Docker:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
- Essential Tools:
|
||||
- Code Server:
|
||||
href: "http://localhost:8888"
|
||||
# href: "https://code.reed.com" # Uncomment for public access
|
||||
# href: "https://code.albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: VS Code in the browser
|
||||
icon: mdi-code-braces
|
||||
widget:
|
||||
@@ -13,7 +13,7 @@
|
||||
server: my-docker
|
||||
- Listmonk:
|
||||
href: "http://localhost:9000"
|
||||
# href: "https://listmonk.reed.com" # Uncomment for public access
|
||||
# href: "https://listmonk.albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: Newsletter & mailing list manager
|
||||
icon: mdi-email-newsletter
|
||||
widget:
|
||||
@@ -22,18 +22,27 @@
|
||||
server: my-docker
|
||||
- NocoDB:
|
||||
href: "http://localhost:8090"
|
||||
# href: "https://db.reed.com" # Uncomment for public access
|
||||
# href: "https://db.albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: No-code database platform
|
||||
icon: mdi-database
|
||||
widget:
|
||||
type: docker
|
||||
container: changemakerlite-nocodb-1
|
||||
server: my-docker
|
||||
- Gitea:
|
||||
href: "http://localhost:3030"
|
||||
# href: "https://git.albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: Git repository hosting
|
||||
icon: mdi-git
|
||||
widget:
|
||||
type: docker
|
||||
container: gitea_changemaker
|
||||
server: my-docker
|
||||
|
||||
- Content & Documentation:
|
||||
- MkDocs (Live):
|
||||
href: "http://localhost:4000"
|
||||
# href: "https://docs.reed.com" # Uncomment for public access
|
||||
# href: "https://docs.albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: Live documentation server with hot reload
|
||||
icon: mdi-book-open-page-variant
|
||||
widget:
|
||||
@@ -42,7 +51,7 @@
|
||||
server: my-docker
|
||||
- Static Site:
|
||||
href: "http://localhost:4001"
|
||||
# href: "https://reed.com" # Uncomment for public access
|
||||
# href: "https://albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: Built documentation hosting
|
||||
icon: mdi-web
|
||||
widget:
|
||||
@@ -53,7 +62,7 @@
|
||||
- Automation & Infrastructure:
|
||||
- n8n:
|
||||
href: "http://localhost:5678"
|
||||
# href: "https://n8n.reed.com" # Uncomment for public access
|
||||
# href: "https://n8n.albertademocracytaskforce.org" # Uncomment for public access
|
||||
description: Workflow automation platform
|
||||
icon: mdi-workflow
|
||||
widget:
|
||||
|
||||
@@ -21,3 +21,7 @@
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
|
||||
- unifi_console:
|
||||
text_size: md
|
||||
text: "Services Available: Code Server, Listmonk, NocoDB, MkDocs, n8n, Gitea"
|
||||
|
||||
Reference in New Issue
Block a user