all fixed

This commit is contained in:
2025-07-11 10:53:35 -05:00
parent 3fda905bcd
commit 57ec164675
6 changed files with 17 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ services:
image: ghcr.io/majorpeter/atomic-tracker:latest
container_name: reachableceo-atomichabits
ports:
- "2005:8080"
- "2008:8080"
volumes:
- tsys-atomichabits:/config
restart: always

View File

@@ -0,0 +1,4 @@
ATUIN_DB_NAME=atuin
ATUIN_DB_USERNAME=atuin
# Choose your own secure password
ATUIN_DB_PASSWORD=ThisIsreally-insecure123

View File

@@ -0,0 +1,25 @@
services:
atuin:
restart: always
image: ghcr.io/atuinsh/atuin:18.6.1
command: server start
volumes:
- "./config:/config"
links:
- postgresql:db
ports:
- 2003:8888
environment:
ATUIN_HOST: "0.0.0.0"
ATUIN_OPEN_REGISTRATION: "true"
ATUIN_DB_URI: postgres://$ATUIN_DB_USERNAME:$ATUIN_DB_PASSWORD@db/$ATUIN_DB_NAME
RUST_LOG: info,atuin_server=debug
postgresql:
image: postgres:14
restart: unless-stopped
volumes: # Don't remove permanent storage for index database files!
- "./database:/var/lib/postgresql/data/"
environment:
POSTGRES_USER: ${ATUIN_DB_USERNAME}
POSTGRES_PASSWORD: ${ATUIN_DB_PASSWORD}
POSTGRES_DB: ${ATUIN_DB_NAME}

View File

@@ -4,6 +4,6 @@ services:
container_name: reachableceo-easy-gate
restart: always
ports:
- 2006:8080
- 2005:8080
volumes:
- ./easy-gate.json:/etc/easy-gate/easy-gate.json

View File

@@ -30,6 +30,11 @@
"category": "",
"url": "http://CharlesDevServer.knel.net:2002",
},
{
"name": "Atuin",
"category": "",
"url": "http://CharlesDevServer.knel.net:2003",
},
{
"name": "Tube Archivist",
"category": "",
@@ -38,18 +43,23 @@
{
"name": "Reactive Resume",
"category": "",
"url": "http://CharlesDevServer.knel.net:2003",
"url": "http://CharlesDevServer.knel.net:2007",
},
{
"name": "Atomic Habits",
"category": "",
"url": "http://CharlesDevServer.knel.net:2005"
"url": "http://CharlesDevServer.knel.net:2008"
},
{
"name": "Kiwix",
"category": "",
"url": "http://CharlesDevServer.knel.net:2009",
},
{
"name": "Apple Health Exporter",
"category": "",
"url": "http://CharlesDevServer.knel.net:2007",
},
"url": "http://CharlesDevServer.knel.net:2010",
}
],
"notes": [
{