[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|5353/udp|32410:32414/udp
[plexmediaserver-minimal]
title=Plex Media Server (Minimal)
description=The Plex Media Server (Minimal)
ports=32400/tcp
View profiles.json
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"profiles": [ |
View ufw plexmediaserver app profile.md
View gitea-1.5.0-raspbian.sh
#!/bin/sh | |
# Freely inspired by https://gist.github.com/mirhec/1c8af440aa4917d6ccd61ea628e5510c | |
# and Gentoo ebuild "styling". | |
################################ | |
# Modified by Fatih Boy <fatih@enterprisecoding.com> | |
# * Gitea version updated to 1.5.0 | |
# * GITEA_USER shell path fixed | |
################################ |
View moon.tr.map
NEW=Yeni Ay | |
WAXING_CRESCENT=Hilal | |
FIRST_QUARTER=İlk Dördün | |
WAXING_GIBBOUS=Kambur Ay | |
FULL=Dolunay | |
WANING_GIBBOUS=Solan Kambur Ay | |
THIRD_QUARTER=Son Dördün | |
WANING_CRESCENT=Hilal |
View weather.rules
import org.eclipse.smarthome.core.library.types.DecimalType | |
rule "Hissedilen sicakligi hesapla" | |
when | |
Item sensor_sicaklik changed or | |
Item sensor_nem changed | |
then | |
var double sonuc | |
var double sicaklik | |
var double sicaklikF |
View humidex.scale
[..-1[=Tanımsız | |
[-1..27[=Soğuk/Serin | |
[27..32[=Sıcak | |
[32..41[=Çok Sıcak | |
[41..54[=Tehlikeli Sıcak | |
[54..100]=Çok Tehlikeli Sıcak | |
]100..]=Tanımsız |
View rpimonitor.list
# RPi-Monitor deposu | |
deb https://github.com XavierBerger/RPi-Monitor-deb/raw/master/repo/ |