├── .github ├── scripts │ └── readme-generator.ts └── workflows │ ├── auto-merge.yml │ ├── readme-generator.yml │ ├── static.yml │ └── sync.yml ├── .gitignore ├── LICENSE ├── README.md ├── config.json ├── convert.js ├── index.js ├── jest.config.js ├── package.json ├── pnpm-lock.yaml ├── renovate.json ├── schemas └── cosmos-app-schema-v1.json ├── servapps ├── 2fauth │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── GemDigest │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── Homepage │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── MaybeFinance │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── __tests__ │ └── apps.test.ts ├── actual-server │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── adguard-home-host │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── adguard-home │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── anse │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── appsmith │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── audiobookshelf │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── authentik │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ayon │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── baserow │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── beaverhabits │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── beszel │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── big-bear-casaos-user-management │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ ├── icon.png │ └── screenshots │ │ ├── screenshot-1.png │ │ ├── screenshot-2.png │ │ └── screenshot-3.png ├── bookstack │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── brave │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── btop │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── budibase │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── cadvisor │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── calcom │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── changedetection │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── chatpad │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── chrome │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── chromium │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── cloudflared-web │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── code-server │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── codex-docs │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── composetoolbox │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── convertx │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── coolify │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── crafty │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── cyberchef │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── dashdot │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── dashy │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── davis │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── dbgate │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── diun │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── docker-cron-restart-notifier │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── dockge │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── dockpeek │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── docmost │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── dozzle │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ejbca-ce │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── erugo │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── eufy-security-ws │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── excalidraw │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── farmos │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── faster-whisper │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── fastfetch │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── filebrowser │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── financial-freedom │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── firefox │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── flame │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── flcontainers-guacamole │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── flowise │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── focalboard │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── gemdigest │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── genmon │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ghost │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ghostfolio │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── gitea-mirror │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── gladys │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── glances │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── gluetun │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── goaway │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── gotify │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── guacamole │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── healthchecks │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── homarr-v1 │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── homarr │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── home-assistant │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── homebridge │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── homepage │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── homer │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ihatemoney │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── immich-aio-alpine │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── immich-kiosk │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── immich-without-machine-learning │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── immich │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── invoice-ninja │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── it-tools │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── jellyseerr │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── jellystat │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── jfa-go │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── jlesage-firefox │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── jlesage-handbrake │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── joplin │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── kasm │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── kavita │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── kiwix-serve │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── komf │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── komga │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── kopia │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── lancache │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── libredesk │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── libretranslate │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── linkstack │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── linkwarden │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── lobe-chat │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ls-adguardhome-sync │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── lyrionmusicserver │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── mailpit │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── maybe-finance │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── mealie │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── microbin │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── mind │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── minio │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── monica │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── morphos │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── mumble-server │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── music-assistant │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── myspeed │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── n8n │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ncdu │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── neko-firefox │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── netalertx │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── nextcloud-ls │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── nextcloud-with-smbclient │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── nextcloud │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── nexterm │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── nightscout │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── nocodb │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── node-red │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── note-mark-aio │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── npmplus │ ├── config.json │ ├── description.json │ └── docker-compose.yml ├── ntfysh │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── obsidian-livesync │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── obsidian │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── octoprint │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── odoo │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ollama-amd │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ollama-cpu │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── ollama-nvidia │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── onedev │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── onlyoffice │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── open-webui │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── openvpn-as │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── otel-lgtm │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── owncloud │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── paperless-ngx │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── passwordpusher │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pd3f │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── penpot │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── peppermint │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── photoprism │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── phpmyadmin │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pihole-unbound │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pihole-updatelists │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pihole │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pingvin-share │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── piwigo │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── planka │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── plant-it │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── playit-docker-web │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── playitgg │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── plex │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pocketid │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── portainer-agent │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── portainer │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── portracker │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── project-management │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pterodactyl-panel │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── pterodactyl-wings │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── python-matter-server │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── rallly │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── reactive-resume │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── readeck │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── retroarch-web │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── rocket-chat │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── romm │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── scrutiny │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── scrypted │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── seafile │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── semaphore │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── send-visee │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── sftpgo │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── spacedrive │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── speedtest-tracker │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── spoolman │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── stalwart-mail │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── stirling-pdf │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── syncthing │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── tailscale │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── tandoor │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── tianji │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── tp-link-omada-controller │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── traccar │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── trilium │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── tududi │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── tugtainer │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── uisp │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── umami │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── umbrel-os │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── unifi-network-application-mongo-4 │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── unifi-network-application │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── upsnap │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── uptime-kuma │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── vert │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── vikunja │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── viseron │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── wallabag │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── wallos │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── warracker │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── watchyourlan │ ├── config.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── wg-easy-v15 │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── wg-easy │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── whats-up-docker │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── wishlist │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── wordpress │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── write-freely │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── zigbee2mqtt │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── zipline │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png └── zotero │ ├── config.json │ ├── cosmos-compose.json │ ├── description.json │ ├── docker-compose.yml │ └── icon.png ├── templates └── README.md └── tsconfig.json /.github/scripts/readme-generator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/.github/scripts/readme-generator.ts -------------------------------------------------------------------------------- /.github/workflows/auto-merge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/.github/workflows/auto-merge.yml -------------------------------------------------------------------------------- /.github/workflows/readme-generator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/.github/workflows/readme-generator.yml -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /.github/workflows/sync.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/.github/workflows/sync.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | { 2 | "url": "https://cosmos.bigbeartechworld.com/servapps.json" 3 | } 4 | -------------------------------------------------------------------------------- /convert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/convert.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/index.js -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/jest.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/renovate.json -------------------------------------------------------------------------------- /schemas/cosmos-app-schema-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/schemas/cosmos-app-schema-v1.json -------------------------------------------------------------------------------- /servapps/2fauth/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/2fauth/config.json -------------------------------------------------------------------------------- /servapps/2fauth/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/2fauth/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/2fauth/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/2fauth/description.json -------------------------------------------------------------------------------- /servapps/2fauth/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/2fauth/docker-compose.yml -------------------------------------------------------------------------------- /servapps/2fauth/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/2fauth/icon.png -------------------------------------------------------------------------------- /servapps/GemDigest/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/GemDigest/config.json -------------------------------------------------------------------------------- /servapps/GemDigest/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/GemDigest/description.json -------------------------------------------------------------------------------- /servapps/GemDigest/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/GemDigest/docker-compose.yml -------------------------------------------------------------------------------- /servapps/GemDigest/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/GemDigest/icon.png -------------------------------------------------------------------------------- /servapps/Homepage/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/Homepage/config.json -------------------------------------------------------------------------------- /servapps/Homepage/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/Homepage/description.json -------------------------------------------------------------------------------- /servapps/Homepage/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/Homepage/docker-compose.yml -------------------------------------------------------------------------------- /servapps/Homepage/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/Homepage/icon.png -------------------------------------------------------------------------------- /servapps/MaybeFinance/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/MaybeFinance/config.json -------------------------------------------------------------------------------- /servapps/MaybeFinance/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/MaybeFinance/description.json -------------------------------------------------------------------------------- /servapps/MaybeFinance/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/MaybeFinance/docker-compose.yml -------------------------------------------------------------------------------- /servapps/MaybeFinance/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/MaybeFinance/icon.png -------------------------------------------------------------------------------- /servapps/__tests__/apps.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/__tests__/apps.test.ts -------------------------------------------------------------------------------- /servapps/actual-server/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/actual-server/config.json -------------------------------------------------------------------------------- /servapps/actual-server/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/actual-server/description.json -------------------------------------------------------------------------------- /servapps/actual-server/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/actual-server/icon.png -------------------------------------------------------------------------------- /servapps/adguard-home-host/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/adguard-home-host/config.json -------------------------------------------------------------------------------- /servapps/adguard-home-host/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/adguard-home-host/icon.png -------------------------------------------------------------------------------- /servapps/adguard-home/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/adguard-home/config.json -------------------------------------------------------------------------------- /servapps/adguard-home/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/adguard-home/description.json -------------------------------------------------------------------------------- /servapps/adguard-home/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/adguard-home/docker-compose.yml -------------------------------------------------------------------------------- /servapps/adguard-home/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/adguard-home/icon.png -------------------------------------------------------------------------------- /servapps/anse/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/anse/config.json -------------------------------------------------------------------------------- /servapps/anse/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/anse/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/anse/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/anse/description.json -------------------------------------------------------------------------------- /servapps/anse/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/anse/docker-compose.yml -------------------------------------------------------------------------------- /servapps/anse/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/anse/icon.png -------------------------------------------------------------------------------- /servapps/appsmith/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/appsmith/config.json -------------------------------------------------------------------------------- /servapps/appsmith/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/appsmith/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/appsmith/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/appsmith/description.json -------------------------------------------------------------------------------- /servapps/appsmith/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/appsmith/docker-compose.yml -------------------------------------------------------------------------------- /servapps/appsmith/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/appsmith/icon.png -------------------------------------------------------------------------------- /servapps/audiobookshelf/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/audiobookshelf/config.json -------------------------------------------------------------------------------- /servapps/audiobookshelf/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/audiobookshelf/description.json -------------------------------------------------------------------------------- /servapps/audiobookshelf/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/audiobookshelf/icon.png -------------------------------------------------------------------------------- /servapps/authentik/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/authentik/config.json -------------------------------------------------------------------------------- /servapps/authentik/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/authentik/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/authentik/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/authentik/description.json -------------------------------------------------------------------------------- /servapps/authentik/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/authentik/docker-compose.yml -------------------------------------------------------------------------------- /servapps/authentik/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/authentik/icon.png -------------------------------------------------------------------------------- /servapps/ayon/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ayon/config.json -------------------------------------------------------------------------------- /servapps/ayon/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ayon/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/ayon/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ayon/description.json -------------------------------------------------------------------------------- /servapps/ayon/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ayon/docker-compose.yml -------------------------------------------------------------------------------- /servapps/ayon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ayon/icon.png -------------------------------------------------------------------------------- /servapps/baserow/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/baserow/config.json -------------------------------------------------------------------------------- /servapps/baserow/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/baserow/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/baserow/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/baserow/description.json -------------------------------------------------------------------------------- /servapps/baserow/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/baserow/docker-compose.yml -------------------------------------------------------------------------------- /servapps/baserow/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/baserow/icon.png -------------------------------------------------------------------------------- /servapps/beaverhabits/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beaverhabits/config.json -------------------------------------------------------------------------------- /servapps/beaverhabits/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beaverhabits/description.json -------------------------------------------------------------------------------- /servapps/beaverhabits/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beaverhabits/docker-compose.yml -------------------------------------------------------------------------------- /servapps/beaverhabits/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beaverhabits/icon.png -------------------------------------------------------------------------------- /servapps/beszel/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beszel/config.json -------------------------------------------------------------------------------- /servapps/beszel/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beszel/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/beszel/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beszel/description.json -------------------------------------------------------------------------------- /servapps/beszel/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beszel/docker-compose.yml -------------------------------------------------------------------------------- /servapps/beszel/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/beszel/icon.png -------------------------------------------------------------------------------- /servapps/bookstack/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/bookstack/config.json -------------------------------------------------------------------------------- /servapps/bookstack/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/bookstack/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/bookstack/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/bookstack/description.json -------------------------------------------------------------------------------- /servapps/bookstack/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/bookstack/docker-compose.yml -------------------------------------------------------------------------------- /servapps/bookstack/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/bookstack/icon.png -------------------------------------------------------------------------------- /servapps/brave/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/brave/config.json -------------------------------------------------------------------------------- /servapps/brave/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/brave/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/brave/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/brave/description.json -------------------------------------------------------------------------------- /servapps/brave/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/brave/docker-compose.yml -------------------------------------------------------------------------------- /servapps/brave/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/brave/icon.png -------------------------------------------------------------------------------- /servapps/btop/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/btop/config.json -------------------------------------------------------------------------------- /servapps/btop/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/btop/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/btop/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/btop/description.json -------------------------------------------------------------------------------- /servapps/btop/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/btop/docker-compose.yml -------------------------------------------------------------------------------- /servapps/btop/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/btop/icon.png -------------------------------------------------------------------------------- /servapps/budibase/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/budibase/config.json -------------------------------------------------------------------------------- /servapps/budibase/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/budibase/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/budibase/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/budibase/description.json -------------------------------------------------------------------------------- /servapps/budibase/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/budibase/docker-compose.yml -------------------------------------------------------------------------------- /servapps/budibase/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/budibase/icon.png -------------------------------------------------------------------------------- /servapps/cadvisor/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cadvisor/config.json -------------------------------------------------------------------------------- /servapps/cadvisor/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cadvisor/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/cadvisor/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cadvisor/description.json -------------------------------------------------------------------------------- /servapps/cadvisor/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cadvisor/docker-compose.yml -------------------------------------------------------------------------------- /servapps/cadvisor/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cadvisor/icon.png -------------------------------------------------------------------------------- /servapps/calcom/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/calcom/config.json -------------------------------------------------------------------------------- /servapps/calcom/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/calcom/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/calcom/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/calcom/description.json -------------------------------------------------------------------------------- /servapps/calcom/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/calcom/docker-compose.yml -------------------------------------------------------------------------------- /servapps/calcom/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/calcom/icon.png -------------------------------------------------------------------------------- /servapps/changedetection/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/changedetection/config.json -------------------------------------------------------------------------------- /servapps/changedetection/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/changedetection/icon.png -------------------------------------------------------------------------------- /servapps/chatpad/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chatpad/config.json -------------------------------------------------------------------------------- /servapps/chatpad/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chatpad/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/chatpad/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chatpad/description.json -------------------------------------------------------------------------------- /servapps/chatpad/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chatpad/docker-compose.yml -------------------------------------------------------------------------------- /servapps/chatpad/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chatpad/icon.png -------------------------------------------------------------------------------- /servapps/chrome/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chrome/config.json -------------------------------------------------------------------------------- /servapps/chrome/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chrome/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/chrome/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chrome/description.json -------------------------------------------------------------------------------- /servapps/chrome/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chrome/docker-compose.yml -------------------------------------------------------------------------------- /servapps/chrome/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chrome/icon.png -------------------------------------------------------------------------------- /servapps/chromium/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chromium/config.json -------------------------------------------------------------------------------- /servapps/chromium/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chromium/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/chromium/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chromium/description.json -------------------------------------------------------------------------------- /servapps/chromium/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chromium/docker-compose.yml -------------------------------------------------------------------------------- /servapps/chromium/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/chromium/icon.png -------------------------------------------------------------------------------- /servapps/cloudflared-web/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cloudflared-web/config.json -------------------------------------------------------------------------------- /servapps/cloudflared-web/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cloudflared-web/icon.png -------------------------------------------------------------------------------- /servapps/code-server/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/code-server/config.json -------------------------------------------------------------------------------- /servapps/code-server/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/code-server/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/code-server/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/code-server/description.json -------------------------------------------------------------------------------- /servapps/code-server/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/code-server/docker-compose.yml -------------------------------------------------------------------------------- /servapps/code-server/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/code-server/icon.png -------------------------------------------------------------------------------- /servapps/codex-docs/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/codex-docs/config.json -------------------------------------------------------------------------------- /servapps/codex-docs/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/codex-docs/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/codex-docs/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/codex-docs/description.json -------------------------------------------------------------------------------- /servapps/codex-docs/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/codex-docs/docker-compose.yml -------------------------------------------------------------------------------- /servapps/codex-docs/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/codex-docs/icon.png -------------------------------------------------------------------------------- /servapps/composetoolbox/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/composetoolbox/config.json -------------------------------------------------------------------------------- /servapps/composetoolbox/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/composetoolbox/description.json -------------------------------------------------------------------------------- /servapps/composetoolbox/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/composetoolbox/icon.png -------------------------------------------------------------------------------- /servapps/convertx/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/convertx/config.json -------------------------------------------------------------------------------- /servapps/convertx/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/convertx/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/convertx/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/convertx/description.json -------------------------------------------------------------------------------- /servapps/convertx/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/convertx/docker-compose.yml -------------------------------------------------------------------------------- /servapps/convertx/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/convertx/icon.png -------------------------------------------------------------------------------- /servapps/coolify/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/coolify/config.json -------------------------------------------------------------------------------- /servapps/coolify/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/coolify/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/coolify/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/coolify/description.json -------------------------------------------------------------------------------- /servapps/coolify/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/coolify/docker-compose.yml -------------------------------------------------------------------------------- /servapps/coolify/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/coolify/icon.png -------------------------------------------------------------------------------- /servapps/crafty/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/crafty/config.json -------------------------------------------------------------------------------- /servapps/crafty/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/crafty/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/crafty/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/crafty/description.json -------------------------------------------------------------------------------- /servapps/crafty/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/crafty/docker-compose.yml -------------------------------------------------------------------------------- /servapps/crafty/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/crafty/icon.png -------------------------------------------------------------------------------- /servapps/cyberchef/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cyberchef/config.json -------------------------------------------------------------------------------- /servapps/cyberchef/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cyberchef/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/cyberchef/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cyberchef/description.json -------------------------------------------------------------------------------- /servapps/cyberchef/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cyberchef/docker-compose.yml -------------------------------------------------------------------------------- /servapps/cyberchef/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/cyberchef/icon.png -------------------------------------------------------------------------------- /servapps/dashdot/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashdot/config.json -------------------------------------------------------------------------------- /servapps/dashdot/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashdot/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/dashdot/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashdot/description.json -------------------------------------------------------------------------------- /servapps/dashdot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashdot/docker-compose.yml -------------------------------------------------------------------------------- /servapps/dashdot/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashdot/icon.png -------------------------------------------------------------------------------- /servapps/dashy/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashy/config.json -------------------------------------------------------------------------------- /servapps/dashy/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashy/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/dashy/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashy/description.json -------------------------------------------------------------------------------- /servapps/dashy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashy/docker-compose.yml -------------------------------------------------------------------------------- /servapps/dashy/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dashy/icon.png -------------------------------------------------------------------------------- /servapps/davis/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/davis/config.json -------------------------------------------------------------------------------- /servapps/davis/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/davis/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/davis/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/davis/description.json -------------------------------------------------------------------------------- /servapps/davis/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/davis/docker-compose.yml -------------------------------------------------------------------------------- /servapps/davis/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/davis/icon.png -------------------------------------------------------------------------------- /servapps/dbgate/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dbgate/config.json -------------------------------------------------------------------------------- /servapps/dbgate/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dbgate/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/dbgate/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dbgate/description.json -------------------------------------------------------------------------------- /servapps/dbgate/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dbgate/docker-compose.yml -------------------------------------------------------------------------------- /servapps/dbgate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dbgate/icon.png -------------------------------------------------------------------------------- /servapps/diun/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/diun/config.json -------------------------------------------------------------------------------- /servapps/diun/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/diun/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/diun/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/diun/description.json -------------------------------------------------------------------------------- /servapps/diun/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/diun/docker-compose.yml -------------------------------------------------------------------------------- /servapps/diun/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/diun/icon.png -------------------------------------------------------------------------------- /servapps/dockge/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockge/config.json -------------------------------------------------------------------------------- /servapps/dockge/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockge/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/dockge/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockge/description.json -------------------------------------------------------------------------------- /servapps/dockge/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockge/docker-compose.yml -------------------------------------------------------------------------------- /servapps/dockge/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockge/icon.png -------------------------------------------------------------------------------- /servapps/dockpeek/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockpeek/config.json -------------------------------------------------------------------------------- /servapps/dockpeek/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockpeek/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/dockpeek/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockpeek/description.json -------------------------------------------------------------------------------- /servapps/dockpeek/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockpeek/docker-compose.yml -------------------------------------------------------------------------------- /servapps/dockpeek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dockpeek/icon.png -------------------------------------------------------------------------------- /servapps/docmost/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/docmost/config.json -------------------------------------------------------------------------------- /servapps/docmost/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/docmost/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/docmost/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/docmost/description.json -------------------------------------------------------------------------------- /servapps/docmost/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/docmost/docker-compose.yml -------------------------------------------------------------------------------- /servapps/docmost/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/docmost/icon.png -------------------------------------------------------------------------------- /servapps/dozzle/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dozzle/config.json -------------------------------------------------------------------------------- /servapps/dozzle/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dozzle/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/dozzle/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dozzle/description.json -------------------------------------------------------------------------------- /servapps/dozzle/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dozzle/docker-compose.yml -------------------------------------------------------------------------------- /servapps/dozzle/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/dozzle/icon.png -------------------------------------------------------------------------------- /servapps/ejbca-ce/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ejbca-ce/config.json -------------------------------------------------------------------------------- /servapps/ejbca-ce/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ejbca-ce/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/ejbca-ce/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ejbca-ce/description.json -------------------------------------------------------------------------------- /servapps/ejbca-ce/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ejbca-ce/docker-compose.yml -------------------------------------------------------------------------------- /servapps/ejbca-ce/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ejbca-ce/icon.png -------------------------------------------------------------------------------- /servapps/erugo/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/erugo/config.json -------------------------------------------------------------------------------- /servapps/erugo/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/erugo/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/erugo/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/erugo/description.json -------------------------------------------------------------------------------- /servapps/erugo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/erugo/docker-compose.yml -------------------------------------------------------------------------------- /servapps/erugo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/erugo/icon.png -------------------------------------------------------------------------------- /servapps/eufy-security-ws/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/eufy-security-ws/config.json -------------------------------------------------------------------------------- /servapps/eufy-security-ws/icon.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /servapps/excalidraw/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/excalidraw/config.json -------------------------------------------------------------------------------- /servapps/excalidraw/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/excalidraw/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/excalidraw/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/excalidraw/description.json -------------------------------------------------------------------------------- /servapps/excalidraw/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/excalidraw/icon.png -------------------------------------------------------------------------------- /servapps/farmos/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/farmos/config.json -------------------------------------------------------------------------------- /servapps/farmos/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/farmos/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/farmos/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/farmos/description.json -------------------------------------------------------------------------------- /servapps/farmos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/farmos/docker-compose.yml -------------------------------------------------------------------------------- /servapps/farmos/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/farmos/icon.png -------------------------------------------------------------------------------- /servapps/faster-whisper/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/faster-whisper/config.json -------------------------------------------------------------------------------- /servapps/faster-whisper/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/faster-whisper/icon.png -------------------------------------------------------------------------------- /servapps/fastfetch/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/fastfetch/config.json -------------------------------------------------------------------------------- /servapps/fastfetch/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/fastfetch/description.json -------------------------------------------------------------------------------- /servapps/fastfetch/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/fastfetch/docker-compose.yml -------------------------------------------------------------------------------- /servapps/fastfetch/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/fastfetch/icon.png -------------------------------------------------------------------------------- /servapps/filebrowser/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/filebrowser/config.json -------------------------------------------------------------------------------- /servapps/filebrowser/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/filebrowser/description.json -------------------------------------------------------------------------------- /servapps/filebrowser/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/filebrowser/icon.png -------------------------------------------------------------------------------- /servapps/financial-freedom/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/financial-freedom/icon.png -------------------------------------------------------------------------------- /servapps/firefox/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/firefox/config.json -------------------------------------------------------------------------------- /servapps/firefox/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/firefox/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/firefox/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/firefox/description.json -------------------------------------------------------------------------------- /servapps/firefox/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/firefox/docker-compose.yml -------------------------------------------------------------------------------- /servapps/firefox/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/firefox/icon.png -------------------------------------------------------------------------------- /servapps/flame/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flame/config.json -------------------------------------------------------------------------------- /servapps/flame/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flame/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/flame/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flame/description.json -------------------------------------------------------------------------------- /servapps/flame/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flame/docker-compose.yml -------------------------------------------------------------------------------- /servapps/flame/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flame/icon.png -------------------------------------------------------------------------------- /servapps/flowise/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flowise/config.json -------------------------------------------------------------------------------- /servapps/flowise/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flowise/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/flowise/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flowise/description.json -------------------------------------------------------------------------------- /servapps/flowise/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flowise/docker-compose.yml -------------------------------------------------------------------------------- /servapps/flowise/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/flowise/icon.png -------------------------------------------------------------------------------- /servapps/focalboard/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/focalboard/config.json -------------------------------------------------------------------------------- /servapps/focalboard/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/focalboard/description.json -------------------------------------------------------------------------------- /servapps/focalboard/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/focalboard/icon.png -------------------------------------------------------------------------------- /servapps/gemdigest/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gemdigest/config.json -------------------------------------------------------------------------------- /servapps/gemdigest/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gemdigest/description.json -------------------------------------------------------------------------------- /servapps/gemdigest/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gemdigest/docker-compose.yml -------------------------------------------------------------------------------- /servapps/gemdigest/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gemdigest/icon.png -------------------------------------------------------------------------------- /servapps/genmon/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/genmon/config.json -------------------------------------------------------------------------------- /servapps/genmon/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/genmon/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/genmon/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/genmon/description.json -------------------------------------------------------------------------------- /servapps/genmon/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/genmon/docker-compose.yml -------------------------------------------------------------------------------- /servapps/genmon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/genmon/icon.png -------------------------------------------------------------------------------- /servapps/ghost/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghost/config.json -------------------------------------------------------------------------------- /servapps/ghost/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghost/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/ghost/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghost/description.json -------------------------------------------------------------------------------- /servapps/ghost/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghost/docker-compose.yml -------------------------------------------------------------------------------- /servapps/ghost/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghost/icon.png -------------------------------------------------------------------------------- /servapps/ghostfolio/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghostfolio/config.json -------------------------------------------------------------------------------- /servapps/ghostfolio/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghostfolio/description.json -------------------------------------------------------------------------------- /servapps/ghostfolio/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ghostfolio/icon.png -------------------------------------------------------------------------------- /servapps/gitea-mirror/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gitea-mirror/config.json -------------------------------------------------------------------------------- /servapps/gitea-mirror/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gitea-mirror/icon.png -------------------------------------------------------------------------------- /servapps/gladys/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gladys/config.json -------------------------------------------------------------------------------- /servapps/gladys/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gladys/description.json -------------------------------------------------------------------------------- /servapps/gladys/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gladys/docker-compose.yml -------------------------------------------------------------------------------- /servapps/gladys/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gladys/icon.png -------------------------------------------------------------------------------- /servapps/glances/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/glances/config.json -------------------------------------------------------------------------------- /servapps/glances/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/glances/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/glances/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/glances/description.json -------------------------------------------------------------------------------- /servapps/glances/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/glances/docker-compose.yml -------------------------------------------------------------------------------- /servapps/glances/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/glances/icon.png -------------------------------------------------------------------------------- /servapps/gluetun/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gluetun/config.json -------------------------------------------------------------------------------- /servapps/gluetun/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gluetun/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/gluetun/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gluetun/description.json -------------------------------------------------------------------------------- /servapps/gluetun/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gluetun/docker-compose.yml -------------------------------------------------------------------------------- /servapps/gluetun/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gluetun/icon.png -------------------------------------------------------------------------------- /servapps/goaway/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/goaway/config.json -------------------------------------------------------------------------------- /servapps/goaway/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/goaway/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/goaway/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/goaway/description.json -------------------------------------------------------------------------------- /servapps/goaway/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/goaway/docker-compose.yml -------------------------------------------------------------------------------- /servapps/goaway/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/goaway/icon.png -------------------------------------------------------------------------------- /servapps/gotify/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gotify/config.json -------------------------------------------------------------------------------- /servapps/gotify/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gotify/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/gotify/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gotify/description.json -------------------------------------------------------------------------------- /servapps/gotify/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gotify/docker-compose.yml -------------------------------------------------------------------------------- /servapps/gotify/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/gotify/icon.png -------------------------------------------------------------------------------- /servapps/guacamole/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/guacamole/config.json -------------------------------------------------------------------------------- /servapps/guacamole/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/guacamole/description.json -------------------------------------------------------------------------------- /servapps/guacamole/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/guacamole/docker-compose.yml -------------------------------------------------------------------------------- /servapps/guacamole/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/guacamole/icon.png -------------------------------------------------------------------------------- /servapps/healthchecks/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/healthchecks/config.json -------------------------------------------------------------------------------- /servapps/healthchecks/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/healthchecks/icon.png -------------------------------------------------------------------------------- /servapps/homarr-v1/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr-v1/config.json -------------------------------------------------------------------------------- /servapps/homarr-v1/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr-v1/description.json -------------------------------------------------------------------------------- /servapps/homarr-v1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr-v1/docker-compose.yml -------------------------------------------------------------------------------- /servapps/homarr-v1/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr-v1/icon.png -------------------------------------------------------------------------------- /servapps/homarr/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr/config.json -------------------------------------------------------------------------------- /servapps/homarr/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/homarr/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr/description.json -------------------------------------------------------------------------------- /servapps/homarr/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr/docker-compose.yml -------------------------------------------------------------------------------- /servapps/homarr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homarr/icon.png -------------------------------------------------------------------------------- /servapps/home-assistant/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/home-assistant/config.json -------------------------------------------------------------------------------- /servapps/home-assistant/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/home-assistant/icon.png -------------------------------------------------------------------------------- /servapps/homebridge/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homebridge/config.json -------------------------------------------------------------------------------- /servapps/homebridge/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homebridge/description.json -------------------------------------------------------------------------------- /servapps/homebridge/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homebridge/icon.png -------------------------------------------------------------------------------- /servapps/homepage/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homepage/config.json -------------------------------------------------------------------------------- /servapps/homepage/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homepage/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/homepage/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homepage/description.json -------------------------------------------------------------------------------- /servapps/homepage/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homepage/docker-compose.yml -------------------------------------------------------------------------------- /servapps/homepage/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homepage/icon.png -------------------------------------------------------------------------------- /servapps/homer/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homer/config.json -------------------------------------------------------------------------------- /servapps/homer/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homer/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/homer/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homer/description.json -------------------------------------------------------------------------------- /servapps/homer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homer/docker-compose.yml -------------------------------------------------------------------------------- /servapps/homer/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/homer/icon.png -------------------------------------------------------------------------------- /servapps/ihatemoney/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ihatemoney/config.json -------------------------------------------------------------------------------- /servapps/ihatemoney/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ihatemoney/description.json -------------------------------------------------------------------------------- /servapps/ihatemoney/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ihatemoney/icon.png -------------------------------------------------------------------------------- /servapps/immich-aio-alpine/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich-aio-alpine/icon.png -------------------------------------------------------------------------------- /servapps/immich-kiosk/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich-kiosk/config.json -------------------------------------------------------------------------------- /servapps/immich-kiosk/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich-kiosk/icon.png -------------------------------------------------------------------------------- /servapps/immich/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich/config.json -------------------------------------------------------------------------------- /servapps/immich/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/immich/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich/description.json -------------------------------------------------------------------------------- /servapps/immich/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich/docker-compose.yml -------------------------------------------------------------------------------- /servapps/immich/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/immich/icon.png -------------------------------------------------------------------------------- /servapps/invoice-ninja/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/invoice-ninja/config.json -------------------------------------------------------------------------------- /servapps/invoice-ninja/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/invoice-ninja/icon.png -------------------------------------------------------------------------------- /servapps/it-tools/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/it-tools/config.json -------------------------------------------------------------------------------- /servapps/it-tools/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/it-tools/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/it-tools/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/it-tools/description.json -------------------------------------------------------------------------------- /servapps/it-tools/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/it-tools/docker-compose.yml -------------------------------------------------------------------------------- /servapps/it-tools/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/it-tools/icon.png -------------------------------------------------------------------------------- /servapps/jellyseerr/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellyseerr/config.json -------------------------------------------------------------------------------- /servapps/jellyseerr/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellyseerr/description.json -------------------------------------------------------------------------------- /servapps/jellyseerr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellyseerr/icon.png -------------------------------------------------------------------------------- /servapps/jellystat/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellystat/config.json -------------------------------------------------------------------------------- /servapps/jellystat/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellystat/description.json -------------------------------------------------------------------------------- /servapps/jellystat/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellystat/docker-compose.yml -------------------------------------------------------------------------------- /servapps/jellystat/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jellystat/icon.png -------------------------------------------------------------------------------- /servapps/jfa-go/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jfa-go/config.json -------------------------------------------------------------------------------- /servapps/jfa-go/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jfa-go/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/jfa-go/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jfa-go/description.json -------------------------------------------------------------------------------- /servapps/jfa-go/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jfa-go/docker-compose.yml -------------------------------------------------------------------------------- /servapps/jfa-go/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jfa-go/icon.png -------------------------------------------------------------------------------- /servapps/jlesage-firefox/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jlesage-firefox/config.json -------------------------------------------------------------------------------- /servapps/jlesage-firefox/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jlesage-firefox/icon.png -------------------------------------------------------------------------------- /servapps/jlesage-handbrake/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/jlesage-handbrake/icon.png -------------------------------------------------------------------------------- /servapps/joplin/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/joplin/config.json -------------------------------------------------------------------------------- /servapps/joplin/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/joplin/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/joplin/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/joplin/description.json -------------------------------------------------------------------------------- /servapps/joplin/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/joplin/docker-compose.yml -------------------------------------------------------------------------------- /servapps/joplin/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/joplin/icon.png -------------------------------------------------------------------------------- /servapps/kasm/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kasm/config.json -------------------------------------------------------------------------------- /servapps/kasm/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kasm/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/kasm/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kasm/description.json -------------------------------------------------------------------------------- /servapps/kasm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kasm/docker-compose.yml -------------------------------------------------------------------------------- /servapps/kasm/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kasm/icon.png -------------------------------------------------------------------------------- /servapps/kavita/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kavita/config.json -------------------------------------------------------------------------------- /servapps/kavita/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kavita/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/kavita/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kavita/description.json -------------------------------------------------------------------------------- /servapps/kavita/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kavita/docker-compose.yml -------------------------------------------------------------------------------- /servapps/kavita/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kavita/icon.png -------------------------------------------------------------------------------- /servapps/kiwix-serve/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kiwix-serve/config.json -------------------------------------------------------------------------------- /servapps/kiwix-serve/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kiwix-serve/description.json -------------------------------------------------------------------------------- /servapps/kiwix-serve/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kiwix-serve/icon.png -------------------------------------------------------------------------------- /servapps/komf/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komf/config.json -------------------------------------------------------------------------------- /servapps/komf/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komf/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/komf/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komf/description.json -------------------------------------------------------------------------------- /servapps/komf/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komf/docker-compose.yml -------------------------------------------------------------------------------- /servapps/komf/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komf/icon.png -------------------------------------------------------------------------------- /servapps/komga/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komga/config.json -------------------------------------------------------------------------------- /servapps/komga/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komga/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/komga/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komga/description.json -------------------------------------------------------------------------------- /servapps/komga/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komga/docker-compose.yml -------------------------------------------------------------------------------- /servapps/komga/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/komga/icon.png -------------------------------------------------------------------------------- /servapps/kopia/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kopia/config.json -------------------------------------------------------------------------------- /servapps/kopia/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kopia/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/kopia/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kopia/description.json -------------------------------------------------------------------------------- /servapps/kopia/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kopia/docker-compose.yml -------------------------------------------------------------------------------- /servapps/kopia/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/kopia/icon.png -------------------------------------------------------------------------------- /servapps/lancache/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lancache/config.json -------------------------------------------------------------------------------- /servapps/lancache/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lancache/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/lancache/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lancache/description.json -------------------------------------------------------------------------------- /servapps/lancache/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lancache/docker-compose.yml -------------------------------------------------------------------------------- /servapps/lancache/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lancache/icon.png -------------------------------------------------------------------------------- /servapps/libredesk/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/libredesk/config.json -------------------------------------------------------------------------------- /servapps/libredesk/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/libredesk/description.json -------------------------------------------------------------------------------- /servapps/libredesk/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/libredesk/docker-compose.yml -------------------------------------------------------------------------------- /servapps/libredesk/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/libredesk/icon.png -------------------------------------------------------------------------------- /servapps/libretranslate/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/libretranslate/config.json -------------------------------------------------------------------------------- /servapps/libretranslate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/libretranslate/icon.png -------------------------------------------------------------------------------- /servapps/linkstack/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkstack/config.json -------------------------------------------------------------------------------- /servapps/linkstack/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkstack/description.json -------------------------------------------------------------------------------- /servapps/linkstack/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkstack/docker-compose.yml -------------------------------------------------------------------------------- /servapps/linkstack/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkstack/icon.png -------------------------------------------------------------------------------- /servapps/linkwarden/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkwarden/config.json -------------------------------------------------------------------------------- /servapps/linkwarden/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkwarden/description.json -------------------------------------------------------------------------------- /servapps/linkwarden/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/linkwarden/icon.png -------------------------------------------------------------------------------- /servapps/lobe-chat/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lobe-chat/config.json -------------------------------------------------------------------------------- /servapps/lobe-chat/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lobe-chat/description.json -------------------------------------------------------------------------------- /servapps/lobe-chat/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lobe-chat/docker-compose.yml -------------------------------------------------------------------------------- /servapps/lobe-chat/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lobe-chat/icon.png -------------------------------------------------------------------------------- /servapps/ls-adguardhome-sync/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ls-adguardhome-sync/icon.png -------------------------------------------------------------------------------- /servapps/lyrionmusicserver/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/lyrionmusicserver/icon.png -------------------------------------------------------------------------------- /servapps/mailpit/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mailpit/config.json -------------------------------------------------------------------------------- /servapps/mailpit/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mailpit/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/mailpit/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mailpit/description.json -------------------------------------------------------------------------------- /servapps/mailpit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mailpit/docker-compose.yml -------------------------------------------------------------------------------- /servapps/mailpit/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mailpit/icon.png -------------------------------------------------------------------------------- /servapps/maybe-finance/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/maybe-finance/config.json -------------------------------------------------------------------------------- /servapps/maybe-finance/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/maybe-finance/icon.png -------------------------------------------------------------------------------- /servapps/mealie/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mealie/config.json -------------------------------------------------------------------------------- /servapps/mealie/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mealie/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/mealie/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mealie/description.json -------------------------------------------------------------------------------- /servapps/mealie/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mealie/docker-compose.yml -------------------------------------------------------------------------------- /servapps/mealie/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mealie/icon.png -------------------------------------------------------------------------------- /servapps/microbin/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/microbin/config.json -------------------------------------------------------------------------------- /servapps/microbin/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/microbin/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/microbin/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/microbin/description.json -------------------------------------------------------------------------------- /servapps/microbin/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/microbin/docker-compose.yml -------------------------------------------------------------------------------- /servapps/microbin/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/microbin/icon.png -------------------------------------------------------------------------------- /servapps/mind/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mind/config.json -------------------------------------------------------------------------------- /servapps/mind/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mind/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/mind/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mind/description.json -------------------------------------------------------------------------------- /servapps/mind/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mind/docker-compose.yml -------------------------------------------------------------------------------- /servapps/mind/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mind/icon.png -------------------------------------------------------------------------------- /servapps/minio/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/minio/config.json -------------------------------------------------------------------------------- /servapps/minio/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/minio/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/minio/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/minio/description.json -------------------------------------------------------------------------------- /servapps/minio/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/minio/docker-compose.yml -------------------------------------------------------------------------------- /servapps/minio/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/minio/icon.png -------------------------------------------------------------------------------- /servapps/monica/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/monica/config.json -------------------------------------------------------------------------------- /servapps/monica/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/monica/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/monica/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/monica/description.json -------------------------------------------------------------------------------- /servapps/monica/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/monica/docker-compose.yml -------------------------------------------------------------------------------- /servapps/monica/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/monica/icon.png -------------------------------------------------------------------------------- /servapps/morphos/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/morphos/config.json -------------------------------------------------------------------------------- /servapps/morphos/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/morphos/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/morphos/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/morphos/description.json -------------------------------------------------------------------------------- /servapps/morphos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/morphos/docker-compose.yml -------------------------------------------------------------------------------- /servapps/morphos/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/morphos/icon.png -------------------------------------------------------------------------------- /servapps/mumble-server/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mumble-server/config.json -------------------------------------------------------------------------------- /servapps/mumble-server/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/mumble-server/icon.png -------------------------------------------------------------------------------- /servapps/music-assistant/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/music-assistant/config.json -------------------------------------------------------------------------------- /servapps/music-assistant/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/music-assistant/icon.png -------------------------------------------------------------------------------- /servapps/myspeed/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/myspeed/config.json -------------------------------------------------------------------------------- /servapps/myspeed/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/myspeed/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/myspeed/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/myspeed/description.json -------------------------------------------------------------------------------- /servapps/myspeed/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/myspeed/docker-compose.yml -------------------------------------------------------------------------------- /servapps/myspeed/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/myspeed/icon.png -------------------------------------------------------------------------------- /servapps/n8n/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/n8n/config.json -------------------------------------------------------------------------------- /servapps/n8n/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/n8n/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/n8n/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/n8n/description.json -------------------------------------------------------------------------------- /servapps/n8n/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/n8n/docker-compose.yml -------------------------------------------------------------------------------- /servapps/n8n/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/n8n/icon.png -------------------------------------------------------------------------------- /servapps/ncdu/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ncdu/config.json -------------------------------------------------------------------------------- /servapps/ncdu/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ncdu/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/ncdu/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ncdu/description.json -------------------------------------------------------------------------------- /servapps/ncdu/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ncdu/docker-compose.yml -------------------------------------------------------------------------------- /servapps/ncdu/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ncdu/icon.png -------------------------------------------------------------------------------- /servapps/neko-firefox/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/neko-firefox/config.json -------------------------------------------------------------------------------- /servapps/neko-firefox/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/neko-firefox/icon.png -------------------------------------------------------------------------------- /servapps/netalertx/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/netalertx/config.json -------------------------------------------------------------------------------- /servapps/netalertx/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/netalertx/description.json -------------------------------------------------------------------------------- /servapps/netalertx/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/netalertx/docker-compose.yml -------------------------------------------------------------------------------- /servapps/netalertx/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/netalertx/icon.png -------------------------------------------------------------------------------- /servapps/nextcloud-ls/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nextcloud-ls/config.json -------------------------------------------------------------------------------- /servapps/nextcloud-ls/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nextcloud-ls/icon.png -------------------------------------------------------------------------------- /servapps/nextcloud/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nextcloud/config.json -------------------------------------------------------------------------------- /servapps/nextcloud/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nextcloud/description.json -------------------------------------------------------------------------------- /servapps/nextcloud/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nextcloud/docker-compose.yml -------------------------------------------------------------------------------- /servapps/nextcloud/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nextcloud/icon.png -------------------------------------------------------------------------------- /servapps/nexterm/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nexterm/config.json -------------------------------------------------------------------------------- /servapps/nexterm/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nexterm/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/nexterm/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nexterm/description.json -------------------------------------------------------------------------------- /servapps/nexterm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nexterm/docker-compose.yml -------------------------------------------------------------------------------- /servapps/nexterm/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nexterm/icon.png -------------------------------------------------------------------------------- /servapps/nightscout/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nightscout/config.json -------------------------------------------------------------------------------- /servapps/nightscout/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nightscout/description.json -------------------------------------------------------------------------------- /servapps/nightscout/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nightscout/icon.png -------------------------------------------------------------------------------- /servapps/nocodb/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nocodb/config.json -------------------------------------------------------------------------------- /servapps/nocodb/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nocodb/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/nocodb/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nocodb/description.json -------------------------------------------------------------------------------- /servapps/nocodb/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nocodb/docker-compose.yml -------------------------------------------------------------------------------- /servapps/nocodb/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/nocodb/icon.png -------------------------------------------------------------------------------- /servapps/node-red/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/node-red/config.json -------------------------------------------------------------------------------- /servapps/node-red/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/node-red/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/node-red/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/node-red/description.json -------------------------------------------------------------------------------- /servapps/node-red/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/node-red/docker-compose.yml -------------------------------------------------------------------------------- /servapps/node-red/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/node-red/icon.png -------------------------------------------------------------------------------- /servapps/note-mark-aio/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/note-mark-aio/config.json -------------------------------------------------------------------------------- /servapps/note-mark-aio/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/note-mark-aio/icon.png -------------------------------------------------------------------------------- /servapps/npmplus/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/npmplus/config.json -------------------------------------------------------------------------------- /servapps/npmplus/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/npmplus/description.json -------------------------------------------------------------------------------- /servapps/npmplus/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/npmplus/docker-compose.yml -------------------------------------------------------------------------------- /servapps/ntfysh/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ntfysh/config.json -------------------------------------------------------------------------------- /servapps/ntfysh/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ntfysh/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/ntfysh/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ntfysh/description.json -------------------------------------------------------------------------------- /servapps/ntfysh/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ntfysh/docker-compose.yml -------------------------------------------------------------------------------- /servapps/ntfysh/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ntfysh/icon.png -------------------------------------------------------------------------------- /servapps/obsidian-livesync/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/obsidian-livesync/icon.png -------------------------------------------------------------------------------- /servapps/obsidian/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/obsidian/config.json -------------------------------------------------------------------------------- /servapps/obsidian/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/obsidian/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/obsidian/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/obsidian/description.json -------------------------------------------------------------------------------- /servapps/obsidian/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/obsidian/docker-compose.yml -------------------------------------------------------------------------------- /servapps/obsidian/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/obsidian/icon.png -------------------------------------------------------------------------------- /servapps/octoprint/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/octoprint/config.json -------------------------------------------------------------------------------- /servapps/octoprint/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/octoprint/description.json -------------------------------------------------------------------------------- /servapps/octoprint/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/octoprint/docker-compose.yml -------------------------------------------------------------------------------- /servapps/octoprint/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/octoprint/icon.png -------------------------------------------------------------------------------- /servapps/odoo/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/odoo/config.json -------------------------------------------------------------------------------- /servapps/odoo/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/odoo/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/odoo/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/odoo/description.json -------------------------------------------------------------------------------- /servapps/odoo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/odoo/docker-compose.yml -------------------------------------------------------------------------------- /servapps/odoo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/odoo/icon.png -------------------------------------------------------------------------------- /servapps/ollama-amd/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-amd/config.json -------------------------------------------------------------------------------- /servapps/ollama-amd/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-amd/description.json -------------------------------------------------------------------------------- /servapps/ollama-amd/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-amd/icon.png -------------------------------------------------------------------------------- /servapps/ollama-cpu/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-cpu/config.json -------------------------------------------------------------------------------- /servapps/ollama-cpu/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-cpu/description.json -------------------------------------------------------------------------------- /servapps/ollama-cpu/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-cpu/icon.png -------------------------------------------------------------------------------- /servapps/ollama-nvidia/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-nvidia/config.json -------------------------------------------------------------------------------- /servapps/ollama-nvidia/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/ollama-nvidia/icon.png -------------------------------------------------------------------------------- /servapps/onedev/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onedev/config.json -------------------------------------------------------------------------------- /servapps/onedev/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onedev/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/onedev/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onedev/description.json -------------------------------------------------------------------------------- /servapps/onedev/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onedev/docker-compose.yml -------------------------------------------------------------------------------- /servapps/onedev/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onedev/icon.png -------------------------------------------------------------------------------- /servapps/onlyoffice/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onlyoffice/config.json -------------------------------------------------------------------------------- /servapps/onlyoffice/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onlyoffice/description.json -------------------------------------------------------------------------------- /servapps/onlyoffice/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/onlyoffice/icon.png -------------------------------------------------------------------------------- /servapps/open-webui/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/open-webui/config.json -------------------------------------------------------------------------------- /servapps/open-webui/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/open-webui/description.json -------------------------------------------------------------------------------- /servapps/open-webui/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/open-webui/icon.png -------------------------------------------------------------------------------- /servapps/openvpn-as/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/openvpn-as/config.json -------------------------------------------------------------------------------- /servapps/openvpn-as/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/openvpn-as/description.json -------------------------------------------------------------------------------- /servapps/openvpn-as/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/openvpn-as/icon.png -------------------------------------------------------------------------------- /servapps/otel-lgtm/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/otel-lgtm/config.json -------------------------------------------------------------------------------- /servapps/otel-lgtm/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/otel-lgtm/description.json -------------------------------------------------------------------------------- /servapps/otel-lgtm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/otel-lgtm/docker-compose.yml -------------------------------------------------------------------------------- /servapps/otel-lgtm/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/otel-lgtm/icon.png -------------------------------------------------------------------------------- /servapps/owncloud/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/owncloud/config.json -------------------------------------------------------------------------------- /servapps/owncloud/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/owncloud/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/owncloud/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/owncloud/description.json -------------------------------------------------------------------------------- /servapps/owncloud/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/owncloud/docker-compose.yml -------------------------------------------------------------------------------- /servapps/owncloud/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/owncloud/icon.png -------------------------------------------------------------------------------- /servapps/paperless-ngx/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/paperless-ngx/config.json -------------------------------------------------------------------------------- /servapps/paperless-ngx/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/paperless-ngx/icon.png -------------------------------------------------------------------------------- /servapps/passwordpusher/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/passwordpusher/config.json -------------------------------------------------------------------------------- /servapps/passwordpusher/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/passwordpusher/icon.png -------------------------------------------------------------------------------- /servapps/pd3f/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pd3f/config.json -------------------------------------------------------------------------------- /servapps/pd3f/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pd3f/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/pd3f/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pd3f/description.json -------------------------------------------------------------------------------- /servapps/pd3f/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pd3f/docker-compose.yml -------------------------------------------------------------------------------- /servapps/pd3f/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pd3f/icon.png -------------------------------------------------------------------------------- /servapps/penpot/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/penpot/config.json -------------------------------------------------------------------------------- /servapps/penpot/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/penpot/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/penpot/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/penpot/description.json -------------------------------------------------------------------------------- /servapps/penpot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/penpot/docker-compose.yml -------------------------------------------------------------------------------- /servapps/penpot/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/penpot/icon.png -------------------------------------------------------------------------------- /servapps/peppermint/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/peppermint/config.json -------------------------------------------------------------------------------- /servapps/peppermint/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/peppermint/description.json -------------------------------------------------------------------------------- /servapps/peppermint/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/peppermint/icon.png -------------------------------------------------------------------------------- /servapps/photoprism/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/photoprism/config.json -------------------------------------------------------------------------------- /servapps/photoprism/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/photoprism/description.json -------------------------------------------------------------------------------- /servapps/photoprism/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/photoprism/icon.png -------------------------------------------------------------------------------- /servapps/phpmyadmin/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/phpmyadmin/config.json -------------------------------------------------------------------------------- /servapps/phpmyadmin/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/phpmyadmin/description.json -------------------------------------------------------------------------------- /servapps/phpmyadmin/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/phpmyadmin/icon.png -------------------------------------------------------------------------------- /servapps/pihole-unbound/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole-unbound/config.json -------------------------------------------------------------------------------- /servapps/pihole-unbound/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole-unbound/icon.png -------------------------------------------------------------------------------- /servapps/pihole-updatelists/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole-updatelists/icon.png -------------------------------------------------------------------------------- /servapps/pihole/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole/config.json -------------------------------------------------------------------------------- /servapps/pihole/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/pihole/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole/description.json -------------------------------------------------------------------------------- /servapps/pihole/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole/docker-compose.yml -------------------------------------------------------------------------------- /servapps/pihole/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pihole/icon.png -------------------------------------------------------------------------------- /servapps/pingvin-share/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pingvin-share/config.json -------------------------------------------------------------------------------- /servapps/pingvin-share/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pingvin-share/icon.png -------------------------------------------------------------------------------- /servapps/piwigo/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/piwigo/config.json -------------------------------------------------------------------------------- /servapps/piwigo/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/piwigo/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/piwigo/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/piwigo/description.json -------------------------------------------------------------------------------- /servapps/piwigo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/piwigo/docker-compose.yml -------------------------------------------------------------------------------- /servapps/piwigo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/piwigo/icon.png -------------------------------------------------------------------------------- /servapps/planka/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/planka/config.json -------------------------------------------------------------------------------- /servapps/planka/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/planka/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/planka/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/planka/description.json -------------------------------------------------------------------------------- /servapps/planka/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/planka/docker-compose.yml -------------------------------------------------------------------------------- /servapps/planka/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/planka/icon.png -------------------------------------------------------------------------------- /servapps/plant-it/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plant-it/config.json -------------------------------------------------------------------------------- /servapps/plant-it/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plant-it/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/plant-it/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plant-it/description.json -------------------------------------------------------------------------------- /servapps/plant-it/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plant-it/docker-compose.yml -------------------------------------------------------------------------------- /servapps/plant-it/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plant-it/icon.png -------------------------------------------------------------------------------- /servapps/playit-docker-web/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/playit-docker-web/icon.png -------------------------------------------------------------------------------- /servapps/playitgg/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/playitgg/config.json -------------------------------------------------------------------------------- /servapps/playitgg/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/playitgg/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/playitgg/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/playitgg/description.json -------------------------------------------------------------------------------- /servapps/playitgg/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/playitgg/docker-compose.yml -------------------------------------------------------------------------------- /servapps/playitgg/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/playitgg/icon.png -------------------------------------------------------------------------------- /servapps/plex/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plex/config.json -------------------------------------------------------------------------------- /servapps/plex/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plex/description.json -------------------------------------------------------------------------------- /servapps/plex/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plex/docker-compose.yml -------------------------------------------------------------------------------- /servapps/plex/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/plex/icon.png -------------------------------------------------------------------------------- /servapps/pocketid/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pocketid/config.json -------------------------------------------------------------------------------- /servapps/pocketid/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pocketid/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/pocketid/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pocketid/description.json -------------------------------------------------------------------------------- /servapps/pocketid/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pocketid/docker-compose.yml -------------------------------------------------------------------------------- /servapps/pocketid/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pocketid/icon.png -------------------------------------------------------------------------------- /servapps/portainer-agent/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portainer-agent/config.json -------------------------------------------------------------------------------- /servapps/portainer-agent/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portainer-agent/icon.png -------------------------------------------------------------------------------- /servapps/portainer/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portainer/config.json -------------------------------------------------------------------------------- /servapps/portainer/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portainer/description.json -------------------------------------------------------------------------------- /servapps/portainer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portainer/docker-compose.yml -------------------------------------------------------------------------------- /servapps/portainer/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portainer/icon.png -------------------------------------------------------------------------------- /servapps/portracker/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portracker/config.json -------------------------------------------------------------------------------- /servapps/portracker/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portracker/description.json -------------------------------------------------------------------------------- /servapps/portracker/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/portracker/icon.png -------------------------------------------------------------------------------- /servapps/project-management/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/project-management/icon.png -------------------------------------------------------------------------------- /servapps/pterodactyl-panel/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pterodactyl-panel/icon.png -------------------------------------------------------------------------------- /servapps/pterodactyl-wings/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/pterodactyl-wings/icon.png -------------------------------------------------------------------------------- /servapps/rallly/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rallly/config.json -------------------------------------------------------------------------------- /servapps/rallly/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rallly/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/rallly/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rallly/description.json -------------------------------------------------------------------------------- /servapps/rallly/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rallly/docker-compose.yml -------------------------------------------------------------------------------- /servapps/rallly/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rallly/icon.png -------------------------------------------------------------------------------- /servapps/reactive-resume/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/reactive-resume/config.json -------------------------------------------------------------------------------- /servapps/reactive-resume/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/reactive-resume/icon.png -------------------------------------------------------------------------------- /servapps/readeck/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/readeck/config.json -------------------------------------------------------------------------------- /servapps/readeck/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/readeck/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/readeck/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/readeck/description.json -------------------------------------------------------------------------------- /servapps/readeck/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/readeck/docker-compose.yml -------------------------------------------------------------------------------- /servapps/readeck/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/readeck/icon.png -------------------------------------------------------------------------------- /servapps/retroarch-web/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/retroarch-web/config.json -------------------------------------------------------------------------------- /servapps/retroarch-web/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/retroarch-web/icon.png -------------------------------------------------------------------------------- /servapps/rocket-chat/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rocket-chat/config.json -------------------------------------------------------------------------------- /servapps/rocket-chat/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rocket-chat/description.json -------------------------------------------------------------------------------- /servapps/rocket-chat/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/rocket-chat/icon.png -------------------------------------------------------------------------------- /servapps/romm/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/romm/config.json -------------------------------------------------------------------------------- /servapps/romm/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/romm/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/romm/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/romm/description.json -------------------------------------------------------------------------------- /servapps/romm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/romm/docker-compose.yml -------------------------------------------------------------------------------- /servapps/romm/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/romm/icon.png -------------------------------------------------------------------------------- /servapps/scrutiny/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrutiny/config.json -------------------------------------------------------------------------------- /servapps/scrutiny/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrutiny/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/scrutiny/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrutiny/description.json -------------------------------------------------------------------------------- /servapps/scrutiny/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrutiny/docker-compose.yml -------------------------------------------------------------------------------- /servapps/scrutiny/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrutiny/icon.png -------------------------------------------------------------------------------- /servapps/scrypted/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrypted/config.json -------------------------------------------------------------------------------- /servapps/scrypted/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrypted/description.json -------------------------------------------------------------------------------- /servapps/scrypted/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrypted/docker-compose.yml -------------------------------------------------------------------------------- /servapps/scrypted/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/scrypted/icon.png -------------------------------------------------------------------------------- /servapps/seafile/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/seafile/config.json -------------------------------------------------------------------------------- /servapps/seafile/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/seafile/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/seafile/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/seafile/description.json -------------------------------------------------------------------------------- /servapps/seafile/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/seafile/docker-compose.yml -------------------------------------------------------------------------------- /servapps/seafile/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/seafile/icon.png -------------------------------------------------------------------------------- /servapps/semaphore/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/semaphore/config.json -------------------------------------------------------------------------------- /servapps/semaphore/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/semaphore/description.json -------------------------------------------------------------------------------- /servapps/semaphore/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/semaphore/docker-compose.yml -------------------------------------------------------------------------------- /servapps/semaphore/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/semaphore/icon.png -------------------------------------------------------------------------------- /servapps/send-visee/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/send-visee/config.json -------------------------------------------------------------------------------- /servapps/send-visee/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/send-visee/description.json -------------------------------------------------------------------------------- /servapps/send-visee/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/send-visee/icon.png -------------------------------------------------------------------------------- /servapps/sftpgo/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/sftpgo/config.json -------------------------------------------------------------------------------- /servapps/sftpgo/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/sftpgo/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/sftpgo/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/sftpgo/description.json -------------------------------------------------------------------------------- /servapps/sftpgo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/sftpgo/docker-compose.yml -------------------------------------------------------------------------------- /servapps/sftpgo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/sftpgo/icon.png -------------------------------------------------------------------------------- /servapps/spacedrive/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spacedrive/config.json -------------------------------------------------------------------------------- /servapps/spacedrive/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spacedrive/description.json -------------------------------------------------------------------------------- /servapps/spacedrive/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spacedrive/icon.png -------------------------------------------------------------------------------- /servapps/speedtest-tracker/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/speedtest-tracker/icon.png -------------------------------------------------------------------------------- /servapps/spoolman/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spoolman/config.json -------------------------------------------------------------------------------- /servapps/spoolman/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spoolman/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/spoolman/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spoolman/description.json -------------------------------------------------------------------------------- /servapps/spoolman/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spoolman/docker-compose.yml -------------------------------------------------------------------------------- /servapps/spoolman/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/spoolman/icon.png -------------------------------------------------------------------------------- /servapps/stalwart-mail/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/stalwart-mail/config.json -------------------------------------------------------------------------------- /servapps/stalwart-mail/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/stalwart-mail/icon.png -------------------------------------------------------------------------------- /servapps/stirling-pdf/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/stirling-pdf/config.json -------------------------------------------------------------------------------- /servapps/stirling-pdf/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/stirling-pdf/icon.png -------------------------------------------------------------------------------- /servapps/syncthing/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/syncthing/config.json -------------------------------------------------------------------------------- /servapps/syncthing/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/syncthing/description.json -------------------------------------------------------------------------------- /servapps/syncthing/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/syncthing/docker-compose.yml -------------------------------------------------------------------------------- /servapps/syncthing/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/syncthing/icon.png -------------------------------------------------------------------------------- /servapps/tailscale/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tailscale/config.json -------------------------------------------------------------------------------- /servapps/tailscale/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tailscale/description.json -------------------------------------------------------------------------------- /servapps/tailscale/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tailscale/docker-compose.yml -------------------------------------------------------------------------------- /servapps/tailscale/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tailscale/icon.png -------------------------------------------------------------------------------- /servapps/tandoor/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tandoor/config.json -------------------------------------------------------------------------------- /servapps/tandoor/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tandoor/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/tandoor/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tandoor/description.json -------------------------------------------------------------------------------- /servapps/tandoor/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tandoor/docker-compose.yml -------------------------------------------------------------------------------- /servapps/tandoor/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tandoor/icon.png -------------------------------------------------------------------------------- /servapps/tianji/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tianji/config.json -------------------------------------------------------------------------------- /servapps/tianji/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tianji/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/tianji/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tianji/description.json -------------------------------------------------------------------------------- /servapps/tianji/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tianji/docker-compose.yml -------------------------------------------------------------------------------- /servapps/tianji/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tianji/icon.png -------------------------------------------------------------------------------- /servapps/traccar/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/traccar/config.json -------------------------------------------------------------------------------- /servapps/traccar/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/traccar/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/traccar/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/traccar/description.json -------------------------------------------------------------------------------- /servapps/traccar/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/traccar/docker-compose.yml -------------------------------------------------------------------------------- /servapps/traccar/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/traccar/icon.png -------------------------------------------------------------------------------- /servapps/trilium/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/trilium/config.json -------------------------------------------------------------------------------- /servapps/trilium/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/trilium/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/trilium/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/trilium/description.json -------------------------------------------------------------------------------- /servapps/trilium/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/trilium/docker-compose.yml -------------------------------------------------------------------------------- /servapps/trilium/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/trilium/icon.png -------------------------------------------------------------------------------- /servapps/tududi/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tududi/config.json -------------------------------------------------------------------------------- /servapps/tududi/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tududi/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/tududi/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tududi/description.json -------------------------------------------------------------------------------- /servapps/tududi/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tududi/docker-compose.yml -------------------------------------------------------------------------------- /servapps/tududi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tududi/icon.png -------------------------------------------------------------------------------- /servapps/tugtainer/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tugtainer/config.json -------------------------------------------------------------------------------- /servapps/tugtainer/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tugtainer/description.json -------------------------------------------------------------------------------- /servapps/tugtainer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tugtainer/docker-compose.yml -------------------------------------------------------------------------------- /servapps/tugtainer/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/tugtainer/icon.png -------------------------------------------------------------------------------- /servapps/uisp/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uisp/config.json -------------------------------------------------------------------------------- /servapps/uisp/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uisp/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/uisp/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uisp/description.json -------------------------------------------------------------------------------- /servapps/uisp/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uisp/docker-compose.yml -------------------------------------------------------------------------------- /servapps/uisp/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uisp/icon.png -------------------------------------------------------------------------------- /servapps/umami/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umami/config.json -------------------------------------------------------------------------------- /servapps/umami/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umami/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/umami/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umami/description.json -------------------------------------------------------------------------------- /servapps/umami/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umami/docker-compose.yml -------------------------------------------------------------------------------- /servapps/umami/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umami/icon.png -------------------------------------------------------------------------------- /servapps/umbrel-os/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umbrel-os/config.json -------------------------------------------------------------------------------- /servapps/umbrel-os/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umbrel-os/description.json -------------------------------------------------------------------------------- /servapps/umbrel-os/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umbrel-os/docker-compose.yml -------------------------------------------------------------------------------- /servapps/umbrel-os/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/umbrel-os/icon.png -------------------------------------------------------------------------------- /servapps/upsnap/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/upsnap/config.json -------------------------------------------------------------------------------- /servapps/upsnap/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/upsnap/description.json -------------------------------------------------------------------------------- /servapps/upsnap/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/upsnap/docker-compose.yml -------------------------------------------------------------------------------- /servapps/upsnap/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/upsnap/icon.png -------------------------------------------------------------------------------- /servapps/uptime-kuma/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uptime-kuma/config.json -------------------------------------------------------------------------------- /servapps/uptime-kuma/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uptime-kuma/description.json -------------------------------------------------------------------------------- /servapps/uptime-kuma/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/uptime-kuma/icon.png -------------------------------------------------------------------------------- /servapps/vert/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vert/config.json -------------------------------------------------------------------------------- /servapps/vert/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vert/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/vert/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vert/description.json -------------------------------------------------------------------------------- /servapps/vert/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vert/docker-compose.yml -------------------------------------------------------------------------------- /servapps/vert/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vert/icon.png -------------------------------------------------------------------------------- /servapps/vikunja/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vikunja/config.json -------------------------------------------------------------------------------- /servapps/vikunja/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vikunja/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/vikunja/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vikunja/description.json -------------------------------------------------------------------------------- /servapps/vikunja/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vikunja/docker-compose.yml -------------------------------------------------------------------------------- /servapps/vikunja/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/vikunja/icon.png -------------------------------------------------------------------------------- /servapps/viseron/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/viseron/config.json -------------------------------------------------------------------------------- /servapps/viseron/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/viseron/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/viseron/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/viseron/description.json -------------------------------------------------------------------------------- /servapps/viseron/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/viseron/docker-compose.yml -------------------------------------------------------------------------------- /servapps/viseron/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/viseron/icon.png -------------------------------------------------------------------------------- /servapps/wallabag/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallabag/config.json -------------------------------------------------------------------------------- /servapps/wallabag/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallabag/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/wallabag/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallabag/description.json -------------------------------------------------------------------------------- /servapps/wallabag/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallabag/docker-compose.yml -------------------------------------------------------------------------------- /servapps/wallabag/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallabag/icon.png -------------------------------------------------------------------------------- /servapps/wallos/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallos/config.json -------------------------------------------------------------------------------- /servapps/wallos/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallos/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/wallos/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallos/description.json -------------------------------------------------------------------------------- /servapps/wallos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallos/docker-compose.yml -------------------------------------------------------------------------------- /servapps/wallos/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wallos/icon.png -------------------------------------------------------------------------------- /servapps/warracker/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/warracker/config.json -------------------------------------------------------------------------------- /servapps/warracker/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/warracker/description.json -------------------------------------------------------------------------------- /servapps/warracker/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/warracker/docker-compose.yml -------------------------------------------------------------------------------- /servapps/warracker/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/warracker/icon.png -------------------------------------------------------------------------------- /servapps/watchyourlan/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/watchyourlan/config.json -------------------------------------------------------------------------------- /servapps/watchyourlan/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/watchyourlan/icon.png -------------------------------------------------------------------------------- /servapps/wg-easy-v15/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy-v15/config.json -------------------------------------------------------------------------------- /servapps/wg-easy-v15/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy-v15/description.json -------------------------------------------------------------------------------- /servapps/wg-easy-v15/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy-v15/icon.png -------------------------------------------------------------------------------- /servapps/wg-easy/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy/config.json -------------------------------------------------------------------------------- /servapps/wg-easy/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/wg-easy/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy/description.json -------------------------------------------------------------------------------- /servapps/wg-easy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy/docker-compose.yml -------------------------------------------------------------------------------- /servapps/wg-easy/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wg-easy/icon.png -------------------------------------------------------------------------------- /servapps/whats-up-docker/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/whats-up-docker/config.json -------------------------------------------------------------------------------- /servapps/whats-up-docker/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/whats-up-docker/icon.png -------------------------------------------------------------------------------- /servapps/wishlist/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wishlist/config.json -------------------------------------------------------------------------------- /servapps/wishlist/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wishlist/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/wishlist/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wishlist/description.json -------------------------------------------------------------------------------- /servapps/wishlist/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wishlist/docker-compose.yml -------------------------------------------------------------------------------- /servapps/wishlist/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wishlist/icon.png -------------------------------------------------------------------------------- /servapps/wordpress/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wordpress/config.json -------------------------------------------------------------------------------- /servapps/wordpress/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wordpress/description.json -------------------------------------------------------------------------------- /servapps/wordpress/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wordpress/docker-compose.yml -------------------------------------------------------------------------------- /servapps/wordpress/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/wordpress/icon.png -------------------------------------------------------------------------------- /servapps/write-freely/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/write-freely/config.json -------------------------------------------------------------------------------- /servapps/write-freely/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/write-freely/icon.png -------------------------------------------------------------------------------- /servapps/zigbee2mqtt/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zigbee2mqtt/config.json -------------------------------------------------------------------------------- /servapps/zigbee2mqtt/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zigbee2mqtt/description.json -------------------------------------------------------------------------------- /servapps/zigbee2mqtt/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zigbee2mqtt/icon.png -------------------------------------------------------------------------------- /servapps/zipline/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zipline/config.json -------------------------------------------------------------------------------- /servapps/zipline/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zipline/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/zipline/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zipline/description.json -------------------------------------------------------------------------------- /servapps/zipline/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zipline/docker-compose.yml -------------------------------------------------------------------------------- /servapps/zipline/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zipline/icon.png -------------------------------------------------------------------------------- /servapps/zotero/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zotero/config.json -------------------------------------------------------------------------------- /servapps/zotero/cosmos-compose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zotero/cosmos-compose.json -------------------------------------------------------------------------------- /servapps/zotero/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zotero/description.json -------------------------------------------------------------------------------- /servapps/zotero/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zotero/docker-compose.yml -------------------------------------------------------------------------------- /servapps/zotero/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/servapps/zotero/icon.png -------------------------------------------------------------------------------- /templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/templates/README.md -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigbeartechworld/big-bear-cosmos/HEAD/tsconfig.json --------------------------------------------------------------------------------