repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

Eric Bower  ·  2025-07-13

SELFHOST.md

 1# self-host guide
 2
 3`pico` as a platform is not designed to be self-hosted, even though all the code
 4is open and lives inside this repo. We have no issues with people self-hosting this
 5platform in its entirety but it's not a design goal or focus for us.
 6
 7Having said that, we do have components of this platform that we do officially
 8support for self-hosting.
 9
10# tuns.sh
11
12Our tunneling service is a managed `sish` service that has some optional features
13related to pico authentication and authorization.
14
15`sish` is a stateless go binary that can be completely configured from a single
16command.
17
18We have comprehensive `sish` docs here: https://docs.ssi.sh/
19
20# pgs.sh
21
22Our static site hosting service has a dedicated docs repo that contains all the
23information you need to self-host pgs here: https://github.com/picosh/pgs/
24
25`pgs` requires extra dependencies primarily for generating TLS certificates
26on-the-fly and image manipulation APIs.