Add in cloudflare ddns and restructure repo
This commit is contained in:
15
docs/services/cloudflare-ddns.md
Normal file
15
docs/services/cloudflare-ddns.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# cloudflare-ddns
|
||||
|
||||
|
||||
> 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<-- "services/cloudflare-ddns/docker-compose.yml"
|
||||
```
|
||||
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
```bash
|
||||
--8<-- "services/cloudflare-ddns/.env.example"
|
||||
```
|
||||
@@ -5,11 +5,11 @@
|
||||
## Docker Compose Configuration
|
||||
|
||||
```yaml
|
||||
--8<-- "devbox/docker-compose.yml"
|
||||
--8<-- "services/devbox/docker-compose.yml"
|
||||
```
|
||||
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
```bash
|
||||
--8<-- "devbox/.env.example"
|
||||
--8<-- "services/devbox/.env.example"
|
||||
```
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# docs-site
|
||||
|
||||
|
||||
--8<-- "docs-site/README.md"
|
||||
--8<-- "services/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"
|
||||
--8<-- "services/docs-site/docker-compose.yml"
|
||||
```
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
## Docker Compose Configuration
|
||||
|
||||
```yaml
|
||||
--8<-- "gitea/docker-compose.yml"
|
||||
--8<-- "services/gitea/docker-compose.yml"
|
||||
```
|
||||
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
```bash
|
||||
--8<-- "gitea/.env.example"
|
||||
--8<-- "services/gitea/.env.example"
|
||||
```
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
## Docker Compose Configuration
|
||||
|
||||
```yaml
|
||||
--8<-- "nextcloud/docker-compose.yml"
|
||||
--8<-- "services/nextcloud/docker-compose.yml"
|
||||
```
|
||||
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
```bash
|
||||
--8<-- "nextcloud/.env.example"
|
||||
--8<-- "services/nextcloud/.env.example"
|
||||
```
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# obsidian-livesync
|
||||
|
||||
|
||||
--8<-- "obsidian-livesync/README.md"
|
||||
--8<-- "services/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
|
||||
|
||||
```yaml
|
||||
--8<-- "obsidian-livesync/docker-compose.yml"
|
||||
--8<-- "services/obsidian-livesync/docker-compose.yml"
|
||||
```
|
||||
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
```bash
|
||||
--8<-- "obsidian-livesync/.env.example"
|
||||
--8<-- "services/obsidian-livesync/.env.example"
|
||||
```
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# traefik
|
||||
|
||||
|
||||
--8<-- "traefik/README.md"
|
||||
--8<-- "services/traefik/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<-- "traefik/docker-compose.yml"
|
||||
--8<-- "services/traefik/docker-compose.yml"
|
||||
```
|
||||
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
```bash
|
||||
--8<-- "traefik/.env.example"
|
||||
--8<-- "services/traefik/.env.example"
|
||||
```
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
## Docker Compose Configuration
|
||||
|
||||
```yaml
|
||||
--8<-- "whoami/docker-compose.yml"
|
||||
--8<-- "services/whoami/docker-compose.yml"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user