All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

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

all:systemctl search all fields

Login

All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
abdulkareemakn's Avatar

abdulkareemakn / grimmory.env

0 likes
0 forks
1 files
Last active 1 month ago
1 # Grimmory Application Settings
2 APP_USER_ID=1000
3 APP_GROUP_ID=1000
4 TZ=Etc/UTC
5 BOOKLORE_PORT=6060
6
7 # Database Connection (Grimmory)
8 DATABASE_URL=jdbc:mariadb://mariadb:3306/grimmory
9 DB_USER=grimmory
10 DB_PASSWORD=password
abdulkareemakn's Avatar

abdulkareemakn / grimmory-compose.yaml

0 likes
0 forks
1 files
Last active 1 month ago
1 services:
2 grimmory:
3 image: grimmory/grimmory:latest
4 container_name: grimmory
5 environment:
6 - USER_ID=${APP_USER_ID}
7 - GROUP_ID=${APP_GROUP_ID}
8 - TZ=${TZ}
9 - DATABASE_URL=${DATABASE_URL}
10 - DATABASE_USERNAME=${DB_USER}
abdulkareemakn's Avatar

abdulkareemakn / accounts.json

0 likes
0 forks
1 files
Last active 1 month ago
1 echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "MSA"}],"formatVersion": 3}' > ~/.local/share/PrismLauncher/accounts.json
Newer Older

Powered by Opengist ⋅ Load: 87ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文