Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MichaelSchmidle/wapps
Docker-based self-hosted wapps, easily deployed and managed with wappster
https://github.com/MichaelSchmidle/wapps
docker self-hosted wapps wappster web-apps
Last synced: 2 months ago
JSON representation
Docker-based self-hosted wapps, easily deployed and managed with wappster
- Host: GitHub
- URL: https://github.com/MichaelSchmidle/wapps
- Owner: MichaelSchmidle
- License: mit
- Created: 2018-04-13T06:49:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T15:31:50.000Z (5 months ago)
- Last Synced: 2024-08-04T16:59:58.815Z (5 months ago)
- Topics: docker, self-hosted, wapps, wappster, web-apps
- Language: Dockerfile
- Homepage: https://github.com/MichaelSchmidle/wappster
- Size: 264 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![wapps logo](https://cdn.jsdelivr.net/gh/MichaelSchmidle/wapps/logo.svg)
# About Wapps
Wapps is the abbreviation for self-hosted “web apps” that can be easily deployed and managed with [wappster](https://github.com/MichaelSchmidle/wappster).
This repository contains the assets for wapps:
* the wapps logo
* the wapps catalogue
* the wapps composition files# Why Self-host?
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.# Wapps Catalogue
| Wapp | Description | Port |
| :--- | :---------- | :--- |
| api | API backend based on [Directus](https://directus.io/) | http (80) redirected to https (443) |
| chat | Open source UI visual tool to build your customized LLM flow based on [Flowise AI](https://flowiseai.com/) | http (80) redirected to https (443) |
| dash | Application dashboard based on [Heimdall](https://heimdall.site/) | http (80) and https (443) redirected to ``HTTPS_MGMT_PORT``[1](#f1), [2](#f2) |
| data | Database management based on [Adminer](https://www.adminer.org/) | http (80) and https (443) redirected to ``HTTPS_MGMT_PORT``[1](#f1), [2](#f2) |
| down | Torrent downloader based on [qBittorrent](https://www.qbittorrent.org/) | http (80) redirected to https (443) |
| dns | DNS-based ad blocker based on [Pi-hole](https://pi-hole.net/) | http (80) and https (443) redirected to ``HTTPS_MGMT_PORT``[1](#f1) |
| get | Static file server based on [Caddy](https://caddyserver.com/) | http (80) redirected to https (443) |
| home | Home automation based on [Home Assistant]() | http (80) and https (443) redirected to ``HTTPS_MGMT_PORT``[1](#f1) |
| jump | RDP gateway based on [Guacamole](https://guacamole.apache.org/) | http (80) redirected to https (443) |
| lib | Wiki based on [Bookstack](https://www.bookstackapp.com/) | http (80) redirected to https (443) |
| know | Wiki based on [Wiki.js](https://js.wiki/) | http (80) redirected to https (443) |
| pvri | PVR indexer based on [Prowlarr](https://github.com/Prowlarr/Prowlarr) | http (80) redirected to https (443)[2](#f2) |
| pvrm | PVR for movies based on [Radarr](https://radarr.video/) | http (80) redirected to https (443)[2](#f2) |
| pvrs | PVR for TV series based on [Sonarr](https://sonarr.tv/) | http (80) redirected to https (443)[2](#f2) |
| rms | Relationship Management System based on [Monica](https://monicahq.com/) | http (80) redirected to https (443)[2](#f2) |
| safe | Password manager based on [Passit](https://passit.io/) | http (80) redirected to https (443) |
| sss | Simple storage service based on [Minio](https://minio.io/) | http (80) redirected to https (443) |
| trck | Website analytics based on [Matomo](https://matomo.org/) | http (80) redirected to https (443) |
| tube | Media downloader based on [AllTube Download](http://alltubedownload.net/) | http (80) redirected to https (443)[2](#f2) |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](https://github.com/MichaelSchmidle/wappster) for more instructions.
2 This wapp is secured with Single Sign On (SSO) as configured in your wappster instance.
# Wapps Requirements and Usage
To deploy any of the above wapps, use [wappster](https://github.com/MichaelSchmidle/wappster) version 1.2 or higher.