Wapps is the abbreviation for self-hosted “web apps” that can be easily deployed and managed with wappster.
This repository contains the assets for wapps:
- the wapps logo
- the wapps catalogue
- the wapps composition files
There are three reasons for self-hosting:
- Availability: Required functionality not being available as managed services.
- Cost: Paying substantially more for consuming the software as a service than self-hosting it.
- Privacy: Not entrusting the provider with sensible data.
| Wapp | Description | Port |
|---|---|---|
| api | API backend based on Directus | http (80) redirected to https (443) |
| chat | Open source UI visual tool to build your customized LLM flow based on Flowise AI | http (80) redirected to https (443) |
| dash | Application dashboard based on Heimdall | http (80) and https (443) redirected to HTTPS_MGMT_PORT1, 2 |
| data | Database management based on Adminer | http (80) and https (443) redirected to HTTPS_MGMT_PORT1, 2 |
| down | Torrent downloader based on qBittorrent | http (80) redirected to https (443) |
| dns | DNS-based ad blocker based on Pi-hole | http (80) and https (443) redirected to HTTPS_MGMT_PORT1 |
| get | Static file server based on Caddy | http (80) redirected to https (443) |
| home | Home automation based on Home Assistant | http (80) and https (443) redirected to HTTPS_MGMT_PORT1 |
| jump | RDP gateway based on Guacamole | http (80) redirected to https (443) |
| lib | Wiki based on Bookstack | http (80) redirected to https (443) |
| know | Wiki based on Wiki.js | http (80) redirected to https (443) |
| pvri | PVR indexer based on Prowlarr | http (80) redirected to https (443)2 |
| pvrm | PVR for movies based on Radarr | http (80) redirected to https (443)2 |
| pvrs | PVR for TV series based on Sonarr | http (80) redirected to https (443)2 |
| rms | Relationship Management System based on Monica | http (80) redirected to https (443)2 |
| safe | Password manager based on Passit | http (80) redirected to https (443) |
| sss | Simple storage service based on Minio | http (80) redirected to https (443) |
| trck | Website analytics based on Matomo | http (80) redirected to https (443) |
| tube | Media downloader based on AllTube Download | http (80) redirected to https (443)2 |
The composition files for each wapp can be found in the composition folder of this repository.
1 HTTPS_MGMT_PORT refers to the environment variable as defined in the .env file of your wappster instance. Please refer to the wappster repository for more instructions.
2 This wapp is secured with Single Sign On (SSO) as configured in your wappster instance.
To deploy any of the above wapps, use wappster version 1.2 or higher.