Skip to content

Instantly share code, notes, and snippets.

services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
group_add:
- "27"
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
version: "3"
services:
gluetun:
image: qmcgaw/gluetun:latest
labels:
tsdproxy.enable: "true"
tsdproxy.container_port: 8080
tsdproxy.name: "qbit"
restart: unless-stopped
# container_name: gluetun
@SnowSquire
SnowSquire / reinstall_VPS_from_inside.txt
Last active May 30, 2024 08:55 — forked from 4abhinavjain/reinstall_VPS_from_inside.txt
DIY install debian on Oracle Cloud Infrastructure ( Free Tier ) - ARM64
# should works on any cloud-init enabled hypervisor (openstack.. )
# start from a normal ubuntu 20.04 install as minimal was not available for ARM64
# Since ARM64 machines has higher RAM, Shrinking is desired but not necessary. Instead we will increase tmpfs to 1700MB
# Getting root (if sudo -i doesn't work then set a root password beforehand using 'sudo passwd root'
# make sure we are on the highest kernel, so we can delete all the others ...