add links

This commit is contained in:
peskyadmin 2025-04-15 20:46:28 -05:00
parent 801ecc2107
commit 87abc51969

View File

@ -15,10 +15,10 @@ This project sets up a {{Service}} instance with Tailscale VPN integration using
ts-{{service}}/ ts-{{service}}/
├── docker-compose.yml ├── docker-compose.yml
├── tailscale/ ├── tailscale/
│ ├── tailscale-data/ # Persistent Tailscale state │ ├── tailscale-data/ # Persistent Tailscale state
│ └── config/ # Tailscale configuration files │ └── config/ # Tailscale configuration files
└── {{service}}/ └── {{service}}/
└── config/ # {{service}} configuration files └── config/ # {{service}} configuration files
``` ```
## Setup Instructions ## Setup Instructions
@ -38,7 +38,7 @@ ts-{{service}}/
- CAUTION: Changing `"${TS_CERT_DOMAIN}:443": false` to `true` will expose the service to the internet - CAUTION: Changing `"${TS_CERT_DOMAIN}:443": false` to `true` will expose the service to the internet
4. Configure {{Service}} 4. Configure {{Service}}
- See {{service_docs}} for configuration options - See the [documentation]({{service_docs}}) for configuration options
5. Start the Services 5. Start the Services
```bash ```bash
@ -103,6 +103,6 @@ ts-{{service}}/
- Services restart automatically unless explicitly stopped - Services restart automatically unless explicitly stopped
- For more information: - For more information:
- Tailscale documentation: https://tailscale.com/kb/ - Tailscale documentation: https://tailscale.com/kb/
- {{Service}} documentation: {{service_docs}} - {{Service}} [documentation]({{service_docs}})
- {{Service}} repository: {{service_repo}} - {{Service}} [repository]({{service_repo}})
- {{Service}} linuxserve.io: {{service_lcsr}} - {{Service}} [linuxserve.io]({{service_lcsr}})