Advanced Search
Search Results
64 total results found
HRConvert2
Github A self-hosted drag-and-drop file conversion server & file sharing tool that supports 445 file formats with 4 color schemes & 13 end-user selectable languages. services: hrconvert2: ports: - 8080:80 - 8443:443 image: zelon88/...
Bloben
Link 1. Files Clone this repository https://github.com/nibdo/bloben-app git clone https://github.com/nibdo/bloben-app.git 2. Secrets Copy .env.example file to .env file. You will need to change secrets for database, session, two-factor authentication and ...
Homepage
Link services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - 5005:3000 volumes: - /srv/path/to/config:/app/config - /srv/path1:/data # for...
Invidious
Link 1. Create t-invidious-db.sh Create /srv/path/Files/Invidious/docker/ cd /srv/path/Files/Invidious/docker/ Create / download init-invidious-db.sh #!/bin/bash set -eou pipefail psql --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" < config/sql/c...
Filebrowser
Link version: '3.3' services: filebrowser: container_name: filebrowser image: filebrowser/filebrowser:latest volumes: - /srv/path/:/srv # Arborescence qui sera visible de l'utilisateur par défaut - /srv/path/conf/filebrowser....
Picoshare
Link version: '3.3' services: picoshare: environment: - PORT=3001 - PS_SHARED_SECRET=XXXXXX - PS_BEHIND_PROXY=true ports: - '3001:3001/tcp' command: -db /data/store.db ...
Immich
Link Docker Compose [Recommended] Docker Compose is the recommended method to run Immich in production. Below are the steps to deploy Immich with Docker Compose. Step 1 - Download the required files Create a directory of your choice (e.g. ./immich-app) to ...
ConvertX
Github A self-hosted online file converter. Supports over a thousand different formats. Written with TypeScript, Bun and Elysia. services: convertx: image: ghcr.io/c4illin/convertx container_name: convertx restart: unless-stopped ports...
ClickAHabit
Github Daily habit tracker and counter Quick start Config Options Local network only Roadmap Thanks version: "3" services: clickahabit: image: aceberg/clickahabit restart: unless-stopped ports: - 8852:8852 volumes: ...
HabitSync
Github A powerful, self-hostable habit tracking platform with social features.Transform your daily routines into lasting habits while connecting with friends through shared challenges and progress tracking. Run in your terminal:htpasswd -bnBC 10 "" YOUR_PA...