Skip to content

Commit 9c6e072

Browse files
committed
docs: update README.md to enhance XWiki description and clarify Tailscale integration
1 parent 1a74acc commit 9c6e072

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

services/xwiki/README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
21
# XWiki with Tailscale Sidecar Configuration
32

4-
This Docker Compose configuration sets up [XWiki](https://www.xwiki.org) with Tailscale as a sidecar container to securely deliver push notifications over a private Tailscale network. By integrating Tailscale in a sidecar configuration, you enhance the privacy and security of your ntfy instance, ensuring it is only accessible within your Tailscale network.
3+
This Docker Compose configuration sets up **XWiki** with a Tailscale sidecar container, enabling secure, private access to your self-hosted wiki over your Tailnet. With this setup, your XWiki instance is **not exposed to the public internet** and is only accessible from authorized devices connected via Tailscale.
54

65
## XWiki
76

8-
[XWiki](https://www.xwiki.org) offers a generic platform for developing projects and collaborative applications using the wiki paradigm.
7+
[**XWiki**](https://www.xwiki.org) is a powerful open-source wiki platform designed for collaboration, knowledge management, and building custom web applications. It combines the flexibility of a wiki with the structure of a CMS, making it suitable for teams, documentation hubs, and internal tools.
8+
9+
## Key Features
10+
11+
- 📝 Rich content editing with WYSIWYG and Markdown support
12+
- 👥 Advanced user permissions and access control
13+
- 🔌 Highly extensible with plugins and macros
14+
- 📊 Structured data and application-building capabilities
15+
- 🔍 Full-text search and content organization tools
16+
- 🏢 Ideal for internal documentation and knowledge bases
917

10-
## Configuration Overview
18+
## Resources
1119

12-
In this setup, the `tailscale-xwiki` service runs the Tailscale daemon to provide secure, private networking. The `xwiki` service is configured to use Tailscale’s network stack via Docker’s `network_mode: service:` syntax. This binds Paperless network interface to the Tailscale container, making the service available only through your Tailscale network (or locally, if needed).
20+
- XWiki Docker Repo: <https://github.com/xwiki/xwiki-docker>
21+
- XWiki Documentation: <https://www.xwiki.org/xwiki/bin/view/Documentation/>

0 commit comments

Comments
 (0)