• 0 Posts
  • 168 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
rss
  • Pinchflat is one of the good containers that doesn’t try to play with ID remapping or anything. You just need a container quadlet like the following:

    [Install]
    WantedBy=default.target
    
    [Container]
    Image=ghcr.io/kieraneglin/pinchflat:latest
    
    Environment=TZ=CHANGEME
    
    Volume=CHANGEME/config:/config
    Volume=CHANGEME/downloads:/downloads
    
    PublishPort=127.0.0.1:8945:8945
    

    It’ll run as the quadlet user id by default.