All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

noma

Joined 1699363535

Recently created
Least recently created
Recently updated
Least recently updated
All gists 3

noma / FreshRSS

0 likes
0 forks
1 files
Last active 1700206977
FreshRSS is a self-hosted RSS feed aggregator.
1 version: '3.9'
2 services:
3 freshrss:
4 image: freshrss/freshrss
5 container_name: freshrss
6 volumes:
7 - '/volume1/docker/freshrss/_data/extensions:/var/www/FreshRSS/extensions'
8 - '/volume1/docker/freshrss/_data/data:/var/www/FreshRSS/data'
9 environment:
10 - 'CRON_MIN=1,31'

noma / Min.IO

0 likes
0 forks
1 files
Last active 1700207030
High Performance Object Storage for Modern Data Lakes
1 version: '3.9'
2 services:
3 minio:
4 command: server /data --console-address ":9090"
5 image: quay.io/minio/minio
6 environment:
7 - 'MINIO_ROOT_PASSWORD=*TOBEDEFINED'
8 - 'MINIO_ROOT_USER=*TOBEDEFINED'
9 volumes:
10 - '/volume1/docker/minio/data:/data'

noma / Jellyfin

1 likes
0 forks
1 files
Last active 1699363803
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
1 version: "3.9"
2 services:
3 jellyfin:
4 image: jellyfin/jellyfin:latest
5 container_name: Jellyfin-HT
6 environment:
7 TZ: Europe/Zurich
8 user: 1031:100
9 volumes:
10 - /volume1/docker/jellyfinht/config:/config:rw
Newer Older

Powered by Opengist ⋅ Load: 56ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Copyright © 2019 – 2025 mariushosting - All Rights Reserved.