Get obidian live sync to work and add doc site
This commit is contained in:
@@ -16,6 +16,7 @@ Welcome to Seirian & James' homelab documentation! This is a docs site that is b
|
||||
| Service | Image | Status |
|
||||
|---------|-------|--------|
|
||||
| [devbox](services/devbox.md) | `devbox-devcontainer` | active |
|
||||
| [docs-site](services/docs-site.md) | `nginx:alpine` | active |
|
||||
| [gitea](services/gitea.md) | `gitea/gitea:1.24.3` | active |
|
||||
| [nextcloud](services/nextcloud.md) | `ghcr.io/nextcloud-releases/all-in-one:latest` | active |
|
||||
| [obsidian-livesync](services/obsidian-livesync.md) | `couchdb:latest` | active |
|
||||
|
||||
10
docs/services/docs-site.md
Normal file
10
docs/services/docs-site.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# docs-site
|
||||
|
||||
|
||||
--8<-- "docs-site/README.md"
|
||||
> Below are the configuration files for this service. For details on how to deploy or customize, refer to the README above or the official documentation for the service.
|
||||
## Docker Compose Configuration
|
||||
|
||||
```yaml
|
||||
--8<-- "docs-site/docker-compose.yml"
|
||||
```
|
||||
@@ -1,6 +1,7 @@
|
||||
# obsidian-livesync
|
||||
|
||||
|
||||
--8<-- "obsidian-livesync/README.md"
|
||||
> Below are the configuration files for this service. For details on how to deploy or customize, refer to the README above or the official documentation for the service.
|
||||
## Docker Compose Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user