mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
added obsidian-livesync
This commit is contained in:
parent
71b773c034
commit
4b26f94620
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
## ToDo
|
## ToDo
|
||||||
|
|
||||||
- nginx
|
|
||||||
- obsidian livesync
|
|
||||||
- whoami
|
- whoami
|
||||||
- adguard home
|
- adguard home
|
||||||
- dozzle
|
- dozzle
|
||||||
@ -75,6 +73,8 @@
|
|||||||
- olivetin
|
- olivetin
|
||||||
- authentik
|
- authentik
|
||||||
- alpine
|
- alpine
|
||||||
|
- nginx
|
||||||
|
- obsidian livesync
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
{"pid":1,"caller":"connections","name":"main","connections":[{"_id":"***","engine":"mysql@dbgate-plugin-mysql","server":"***","user":"***","password":"***","port":"3306","useDatabaseUrl":false,"defaultDatabase":null,"singleDatabase":false,"displayName":"***","databases":null}],"level":30,"msg":"Using connections from ENV variables","time":1722180858521}
|
|
||||||
{"pid":1,"caller":"useController","name":"main","level":30,"msg":"Calling init controller for controller /connections","time":1722180859013}
|
|
||||||
{"pid":1,"caller":"useController","name":"main","level":30,"msg":"Calling init controller for controller /database-connections","time":1722180859017}
|
|
||||||
{"pid":1,"caller":"useController","name":"main","level":30,"msg":"Calling init controller for controller /scheduler","time":1722180859022}
|
|
||||||
{"pid":1,"caller":"directories","name":"main","level":30,"msg":"Creating directory /root/.dbgate/files","time":1722180859024}
|
|
||||||
{"pid":1,"caller":"directories","name":"main","level":30,"msg":"Creating directory /root/.dbgate/run","time":1722180859028}
|
|
||||||
{"pid":1,"caller":"main","name":"main","level":30,"msg":"DbGate API listening on port 3000 (docker build)","time":1722180859030}
|
|
||||||
{"pid":1,"caller":"main","name":"main","level":30,"msg":"\nShutting down DbGate API server","time":1722180922242}
|
|
19
obsidian-livesync/compose.yml
Normal file
19
obsidian-livesync/compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# https://github.com/vrtmrz/obsidian-livesync
|
||||||
|
# Self-hosted LiveSync is a community-implemented synchronization plugin, available on every obsidian-compatible platform and using CouchDB or Object Storage
|
||||||
|
# http://localhost:5984/_utils/
|
||||||
|
|
||||||
|
name: obsidian-livesync
|
||||||
|
services:
|
||||||
|
couchdb:
|
||||||
|
image: couchdb:latest
|
||||||
|
container_name: obsidian-livesync
|
||||||
|
user: 0:0
|
||||||
|
environment:
|
||||||
|
- COUCHDB_USER=user
|
||||||
|
- COUCHDB_PASSWORD=testitest
|
||||||
|
volumes:
|
||||||
|
- /mnt/cache/appdata/obsidian-livesync/data:/opt/couchdb/data
|
||||||
|
- /mnt/cache/appdata/obsidian-livesync/local.ini:/opt/couchdb/etc/local.ini
|
||||||
|
# Ports not needed when already passed to Traefik
|
||||||
|
ports:
|
||||||
|
- 5984:5984
|
Loading…
x
Reference in New Issue
Block a user