Pico
pico.shWeb services over SSH, including blogging with Prose, microsites with Pages, and a pastebin with Pastes. The services use public-key cryptography by default with no browser-based tracking and minimal logging.
- Homepage: pico.sh
- GitHub: github.com/picosh/pico
- Web info: web-check.xyz/check/pico.sh
Pico Source Code
Author
Description
The ultimate ssh powered services for developers
Homepage
https://pico.shLicense
MIT
Created
24 Aug 22
Last Updated
27 Jul 26
Latest version
Primary Language
Go
Size
6,398 KB
Stars
1,319
Forks
43
Watchers
1,319
Language Usage
Star History
Top Contributors
-
@neurosnap (1081)
-
@antoniomika (286)
-
@mac-chaffee (7)
-
@CosmicToast (6)
-
@hoelter (5)
-
@imcotton (2)
-
@Amar1729 (1)
-
@yetanotheraryan (1)
-
@jchenry (1)
-
@Juzexe (1)
-
@silviot (1)
-
@jupblb (1)
-
@sbatial (1)
-
@securepub (1)
Recent Commits
-
Eric Bower (26 Jul 26)
fix(prose): use correct filepath for prose images
-
Eric Bower (23 Jul 26)
fix(pgs): missing cfg
-
Eric Bower (23 Jul 26)
revert(pgs): add file max logic
-
Eric Bower (23 Jul 26)
chore(pgs): service now requires pico+
-
Eric Bower (17 Jul 26)
chore: ban ip runbook
-
Eric Bower (17 Jul 26)
fix: missing pico-ssh in ci script
-
Eric Bower (17 Jul 26)
chore: update pico.sh script
-
Eric Bower (17 Jul 26)
feat: block account creation by ip
-
Eric Bower (16 Jul 26)
fix: mime type case statement fallthrough
-
Eric Bower (18 Jun 26)
fix(rsync): properly delete `._pico_keep_dir` first so os.Remove suceeds
-
Eric Bower (14 Jun 26)
fix(pgs): broken url for imgproxy integration
-
Silvio Tomatis (11 Jun 26)
fix(pgs): never cache http-pass responses Password-protected (http-pass) projects could be read without the password. The shared cache keys entries on subdomain+method+uri with no auth component, and only declines to store responses marked private or no-store. http-pass assets were served as 200 with `cache-control: max-age=60, s-maxage=600, must-revalidate`, so the first authenticated request populated the cache and every subsequent unauthenticated visitor got a cache hit that bypassed the password gate for the duration of the TTL. Mark http-pass asset responses `private, no-store` so the shared cache refuses to store them. The override is applied after the user `_headers` are merged, so a project's own cache-control cannot re-enable caching of protected content. Adds a regression test asserting an http-pass response is served non-cacheable even when a `_headers` file requests aggressive caching.
-
Eric Bower (31 May 26)
fix: strip debug from linker
-
Eric Bower (31 May 26)
refactor: move go-rsync-receiver into pico monorepo
-
Eric Bower (16 May 26)
fix: require testcontainers for pico.sh ci
-
Eric Bower (16 May 26)
fix(ci): cleanup
-
Eric Bower (16 May 26)
chore(ci): cleanup
-
Eric Bower (16 May 26)
docs(pgs): help cmd for forms
-
Eric Bower (11 May 26)
chore: pico.sh ci script
-
Eric Bower (11 May 26)
fix(pgs): _headers should override default cache-control Closes: https://github.com/picosh/pico/issues/215
-
Eric Bower (11 May 26)
feat(tui): analytics now displays device breakdown You can see mobile vs desktop
-
Eric Bower (11 May 26)
docs: runbooks
-
Eric Bower (11 May 26)
fix: script
-
Eric Bower (11 May 26)
chore: script to find orphaned buckets
-
Eric Bower (06 May 26)
fix(auth): mime type can include charset e.g. text/html; charset=utf-8
-
Eric Bower (05 May 26)
chore(visits): new indexes and parallel queries
-
Eric Bower (05 May 26)
chore: remove dev artifacts
-
Eric Bower (03 May 26)
refactor(visits): aggregate visit tables Previously we had an analytics_visits table that held all the raw visit data. This mean our analytics UI was constantly executing queries across 18 mil records which was extremely slow. This change aggregates those analytics every month and then deletes all the raw data. We keep 2 months worth of raw data and then everything else gets pushed into the aggregate tables.
-
Eric Bower (04 May 26)
chore: script reap edits
-
Eric Bower (03 May 26)
fix: reap should look skip anyone that has pico+
Pico Website
Website
pico.sh รยท pico.sh
The ultimate ssh powered services for developers
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 141.148.85.132
- Location Ashburn, Virginia, United States of America, NA
- ISP Oracle Corporation
- ASN AS31898
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
pico.sh was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
Pico Docker
Container Info
Apprise-api
[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API. * Send notifications to more than 100 services. * An incredibly lightweight gateway to Apprise. * A production ready micro-service at your disposal. * A Simple Website to verify and test your configuration with. Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.
linuxserver/apprise-api:latestRun Command
docker run -d \
-p 8000:8000/tcp \
-e PUID=${PUID} \
-e PGID=${PGID} \
-e TZ=${TZ} \
-e APPRISE_ATTACH_SIZE=${APPRISE_ATTACH_SIZE} \
-v /srv/lsio/apprise-api/config:/config \
-v /srv/lsio/apprise-api/attachments:/attachments \
--restart=unless-stopped \
linuxserver/apprise-api:latest Compose File
version: 3.8
services:
apprise-api-container:
image: "linuxserver/apprise-api:latest"
ports:
- "8000:8000/tcp"
environment:
PUID: 1000
PGID: 1000
TZ: Etc/UTC
APPRISE_ATTACH_SIZE: 0
volumes:
- "/srv/lsio/apprise-api/config:/config"
- "/srv/lsio/apprise-api/attachments:/attachments"
restart: unless-stopped Environment Variables
- Var Name Default
- PUID 1000
- PGID 1000
- TZ Etc/UTC
- APPRISE_ATTACH_SIZE 0
Port List
- 8000:8000/tcp
Volume Mounting
- /srv/lsio/apprise-api/config /config
- /srv/lsio/apprise-api/attachments /attachments
Pico Reviews
More Blogging Platforms
-
A no-nonsense, super-fast blogging platform prioritizing privacy. It strips back unnecessary features to focus on straightforward blogging. The platform is open source.
-
A minimalist blogging platform focused on privacy and simplicity. It's open source and eschews complex features for a straightforward writing and publishing experience.
-
A web frontend for XMPP, offering decentralized blogging and chatrooms. Movim is open source, integrating social and communication tools in a unified platform.
-
A quick, anonymous blogging platform by Telegram. It's designed for simplicity and speed, allowing for straightforward content publishing without registration.
-
A minimalist, federated blogging platform offering a clean UI. It's free, open source, and caters to writers seeking simplicity and federation capabilities. For hosted options, visit Write.as.
About the Data: Pico
Change History
- Added #283
API
You can access Pico's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/pico The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share Pico
Help your friends compare Blogging Platforms, and pick
privacy-respecting software and services.
Share Pico and Awesome Privacy with your network!