awesome-compose VS selfhosted-apps-docker

Compare awesome-compose vs selfhosted-apps-docker and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
awesome-compose selfhosted-apps-docker
45 150
29,476 1,381
3.9% -
2.8 8.8
23 days ago 4 days ago
HTML Shell
Creative Commons Zero v1.0 Universal -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-compose

Posts with mentions or reviews of awesome-compose. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.

selfhosted-apps-docker

Posts with mentions or reviews of selfhosted-apps-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Minecraft server
    5 projects | /r/Proxmox | 10 Dec 2023
    Heres documentation how I run mine. You need to learn a bit of docker, but its easy.
  • RustDesk - Self Hosted Setup Guide
    3 projects | /r/rustdesk | 20 Nov 2023
    WD=/opt/rustdesk #rm $WD/ -R mkdir -p $WD/{setup,data,web} cd $WD/setup cat << 'EOF' >docker-compose.yaml version: '3.7' #Links #https://hub.docker.com/r/rustdesk/rustdesk-server/tags #https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/docker/ #https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/rustdesk #https://github.com/rustdesk/rustdesk-server#s6-overlay-based-images #https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/relay/ #https://rustdesk.com/docs/en/dev/build/web/ services: rustdesk_server: container_name: rustdesk_server hostname: rustdesk_server image: ${SERVER_IMAGE} # network_mode: host networks: - rustdesk_net ports: - 21115:21115 - 21116:21116 - 21116:21116/udp - 21117:21117 - 21118:21118 - 21119:21119 volumes: - type: bind source: /opt/rustdesk/data/ target: /data environment: - 'TZ=${TZ}' - 'RELAY=${RELAY}' - 'ENCRYPTED_ONLY=${ENCRYPTED_ONLY}' - 'KEY_PUB=${KEY_PUB}' - 'KEY_PRIV=${KEY_PRIV}' rustdesk_web: container_name: rustdesk_web hostname: rustdesk_web image: pmietlicki/rustdesk-web-client:latest # network_mode: host networks: - rustdesk_net ports: - 5000:5000 volumes: #docker cp rustdesk_web:/app . #sed -i -e 's/supportdesk.itportaal.nl/sub.domain.com/g' ./app/build/web/main.dart.js #sed -i -e 's/OvYPJS8I5xV+d6sx3a7Ce9TVakfKdT3Zy3T7C1jjx+A=/PUBKEY/g' ./app/build/web/main.dart.js - type: bind source: /opt/rustdesk/web/app/ target: /app - type: bind source: /opt/rustdesk/data/ target: /root environment: - 'TZ=${TZ}' networks: rustdesk_net: driver: bridge EOF
  • I don't know what distro should I use and my other questions
    2 projects | /r/selfhosted | 4 Jul 2023
    This repo should generally be useful, there is speedrun to hosting shit in docker in it...
  • Looking for easy to set up and use tool for maintaining/monitoring handful of ubuntu machines updates
    2 projects | /r/selfhosted | 11 Jun 2023
    prometheus + grafana + loki for monitoring, this could help
  • Moving reverse proxy from cloudflare
    6 projects | /r/selfhosted | 1 Jun 2023
    NPM will give you nice GUI... but heres caddy guide.. cuz once you get basic grasps its actually easier to edit that single simple config file - caddyfile then poke through web gui and search for correct settings. Backup and restore is easier too.
  • Kopia VS duplicati for homeserver backups
    3 projects | /r/selfhosted | 29 May 2023
    I am using kopia for my docker containers backup, but my initial enthusiasm sizzled out.. its fine, just dont feel yet comfortable with it, like I dont understand it well...
  • I'm new to self hosting. How do you choose which reverse proxy to use?
    6 projects | /r/selfhosted | 28 May 2023
    Caddy is my choice after trying few. This guide could be helpful.
  • Monitoring
    2 projects | /r/OPNsenseFirewall | 28 May 2023
    I got heavily in to monitoring docker containers with prometheus, loki and grafana... even got caddy reverse proxy geolocation map based off access logs... here are the notes
  • An open-source ticketing system
    4 projects | /r/sysadmin | 22 May 2023
    I tried to run zammad for us, it seemed perfect.. modern look, feature rich, right balance of config to not feel overwhelming....
  • Docker container that measures my bandwidth and reports with a gui?
    6 projects | /r/selfhosted | 26 Apr 2023

What are some alternatives?

When comparing awesome-compose and selfhosted-apps-docker you can also consider the following projects:

mistborn

EteSync Server - The Etebase server (so you can run your own)

docker-kodi-beta - Docker image for kodi master branch builds

coturn - coturn TURN server project

docker-swag - Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.

Whisparr

mrsk - Deploy web apps anywhere. [Moved to: https://github.com/basecamp/kamal]

DockSTARTer - DockSTARTer helps you get started with running apps in Docker.

Traefik-v2-examples - Traefik v2 guide by examples

docker-minecraft-server - Docker image that provides a Minecraft Server that will automatically download selected version at startup

Zammad - Zammad is a web based open source helpdesk/customer support system

osTicket - The osTicket open source ticketing system official project repository, for versions 1.8 and later