Skip to content

Instantly share code, notes, and snippets.

[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
@fatihboy
fatihboy / gitea-1.5.0-raspbian.sh
Last active August 31, 2018 14:36 — forked from dguglielmi/gitea-1.10.1-raspbian.sh
Install Gitea on Raspbian
#!/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
################################