This commit is contained in:
peskyadmin 2025-06-01 12:29:13 -04:00
parent bb3c4c0347
commit 9171aec7c8

View File

@ -18,8 +18,7 @@ ts-searchxng/
├── tailscale/ ├── tailscale/
│ ├── tailscale-data/ # Persistent Tailscale state │ ├── tailscale-data/ # Persistent Tailscale state
│ └── config/ # Tailscale configuration files │ └── config/ # Tailscale configuration files
└── searchxng/ └── searchxng/ # SearchXNG files
└── config/ # SearchXNG configuration files
``` ```
## Setup Instructions ## Setup Instructions
@ -41,7 +40,7 @@ ts-searchxng/
4. Configure SearchXNG 4. Configure SearchXNG
- Replace `{{YOUR_TAILNET_DOMAIN}}` in the docker-compose.yml with your actual Tailscale domain name - Replace `{{YOUR_TAILNET_DOMAIN}}` in the docker-compose.yml with your actual Tailscale domain name
- See the [documentation](https://docs.searxng.org/admin/settings/index.html) for configuration options - Optionally, See the [documentation](https://docs.searxng.org/admin/settings/index.html) for configuration options
5. Start the Services 5. Start the Services
```bash ```bash