self-reliantly posting on the #Fediverse with painless hosting and security in mind. 1. Rent any web space from EUR 2 monthly with a domain-name as your enduring digital property (e.g. … https://demo.mro.name/shaarligo

Marcus Rohrmoser 6e8bd743c5 end tags at zero-width space. 10 months ago
static a5a94b8a80 - bookmarklet scrapes client-side (from DOM) 3 years ago
testdata d61a97e196 also use <title>. 5 years ago
tpl a5a94b8a80 - bookmarklet scrapes client-side (from DOM) 3 years ago
.gitattributes c87dc3136a fix github language detection 6 years ago
.gitignore b693ae130c Add en theme and make default. 4 years ago
.travis.yml 341d8989b7 template & travis 5 years ago
README.md cb798ebfae phase out 0x4c.de 3 years ago
ShaarliGo.go c80fe1d558 go fmt 10 months ago
ShaarliGo_test.go a5a94b8a80 - bookmarklet scrapes client-side (from DOM) 3 years ago
api0.go 67f9c334d5 on wrong uid/pwd: add a clickable link to the currently unthemed, blank screen as a fallback when the automatic redirect doesn't trigger. Prbly due to CSP. 3 years ago
api0_test.go c80fe1d558 go fmt 10 months ago
atom.go 8430460b30 Copyright 3 years ago
atom_test.go 8430460b30 Copyright 3 years ago
ban.go 8430460b30 Copyright 3 years ago
ban_test.go 8430460b30 Copyright 3 years ago
bookmarklet.msc a5a94b8a80 - bookmarklet scrapes client-side (from DOM) 3 years ago
build.sh 6e8bd743c5 end tags at zero-width space. 10 months ago
cgi-fake.sh f82137e2c2 - rename, 2nd. 6 years ago
comb.go 8430460b30 Copyright 3 years ago
comb_test.go 8430460b30 Copyright 3 years ago
config-core.go 8430460b30 Copyright 3 years ago
config-core_test.go 8430460b30 Copyright 3 years ago
config.go 8430460b30 Copyright 3 years ago
config_test.go 8430460b30 Copyright 3 years ago
doap.rdf e6b32436d4 Brush up. 4 years ago
emoji_map.go 942ac74720 make #§ and #† proper tags and make emojis implicit tags. 5 years ago
feedwriter.go 871e0ebede comply with go version go1.15.6 darwin/amd64 3 years ago
feedwriter_test.go 8430460b30 Copyright 3 years ago
flow.dot f82137e2c2 - rename, 2nd. 6 years ago
go.mod ea5361b033 update to go 1.16 toolchain, migrate to modules. 3 years ago
go.sum ea5361b033 update to go 1.16 toolchain, migrate to modules. 3 years ago
http.go 8430460b30 Copyright 3 years ago
mastodon.go c80fe1d558 go fmt 10 months ago
mini-build.sh 6e8bd743c5 end tags at zero-width space. 10 months ago
pinboard.go 8430460b30 Copyright 3 years ago
pinboard_test.go 8430460b30 Copyright 3 years ago
post-test.sh 2c5481d0e5 - trailing slashes 6 years ago
search.go 8430460b30 Copyright 3 years ago
search_test.go 8430460b30 Copyright 3 years ago
tags.go 6e8bd743c5 end tags at zero-width space. 10 months ago
tags_test.go 6e8bd743c5 end tags at zero-width space. 10 months ago
tools.go 8430460b30 Copyright 3 years ago
tools_test.go 8430460b30 Copyright 3 years ago
version.go 24491e7c0b version bump. 5 years ago

README.md

🌩 Lightning Talk at the 34c3 🚀

Build Status

ShaarliGo

🌺 Self-reliant publishing for laypeople like your loved ones and mine. Have a say and not be subjected to any T&Cs, just local law. All without setup headaches, but truly self-sustained and enduringly independent:

Install / Update

  1. Rent any web space from EUR 2 monthly with a domain-name as your enduring digital property (e.g. https://variomedia.de/hosting),
  2. download https://mro.name/Linux-x86_64/shaarligo.cgi and
  3. copy it to the webspace, see e.g. https://www.variomedia.de/faq/Wie-uebertrage-ich-meine-Seite-auf-den-Server/article/177,
  4. set the file permissions (chmod) to read-only+execute for all (numeric 555), see e.g. https://wiki.filezilla-project.org/Other_Features#Chmod,
  5. visit http://example.com/shaarligo.cgi and off you go!

That's if the webserver is Apache (Linux, 64 bit, modules cgi and rewrite) as common with shared hosting.

For lighttpd see static/app/lighttpd.conf. Nginx lacks CGI support (srsly?).

Or build from source at http://mro.name/ShaarliGo

Responsible Disclosure

In case you are reluctant to file a public issue, feel free to email security@mro.name (🔏key).

POSSE

POSSE is an abbreviation for Publish (on your) Own Site, Syndicate Elsewhere, a content publishing model that starts with posting content on your own domain first, then syndicating out copies to 3rd party services with permashortlinks back to the original on your site.

(says https://indieweb.org/POSSE)

You can POSSE to

Pinboard.in

enter your Pinboard Auth Token from https://pinboard.in/settings/password at the end of app/config.yaml like this

posse:
- pinboard: https://api.pinboard.in/v1?auth_token=johndoe:XOG6EJIYMIZZ
  prefix:

It's ok to leave prefix empty. Each pinboard post gets a backlink as an additional footer line. If prefix is set, the footer line is prefix + id.

Mastodon

at first manually obtain an access token (example server here is https://social.tchncs.de/):

  1. create an application in https://social.tchncs.de/settings/applications
  2. give it permission write:statuses
  3. note the access token and enter it below.

Then enter the server endpoint plus /api/v1/ and access token into app/config.yaml like so:

posse:
- mastodon: https://social.tchncs.de/api/v1/
  token: …boph1koomie4eikaiG…
  prefix:

It's ok to leave prefix empty. Each mastodon post gets a backlink as an additional footer line. If prefix is set, the footer line is prefix + id.

Also, if you don't know the token but the endpoint accepts basic auth (pleroma), you may add the credentials to the url for the time being until I figure out how to get a token from pleroma or do proper OAuth2.

Design Goals

  • backwards compatible posting (https://code.mro.name/mro/Shaarli-API-test)
  • trivial installation and minimal hosting requirements (run on simple hosted webspace),
  • keep server lean, especially for readers,
  • standards compliant (Atom, Atompub, WebSub),
  • easy migration from existing shaarlis,
  • run ok without javascript,
  • visitor reading operates on static flat files only (no server code),
  • secure against brute force login attacks,
  • easy translation & skinning,
  • leverage existing, widely deployed web tec (CGI, XSLT, HTML, CSS),
  • easy fail2ban integration / DOS mitigation,
Quality very good good normal irrelevant
Functionality ×
Reliability ×
Usability ×
Efficiency ×
Changeability ×
Portability ×

Dependencies

tl;dr: a webserver that can execute CGIs and serve files from disc.

ShaarliGo is an old-school CGI binary executable, so it needs a webserver to drive it. Configurations come for Apache (automatic, see static/.htaccess) and Lighttpd (see static/app/lighttpd.conf).

As a self-contained, statically linked, Go executable, it has no runtime dependencies and works on a variety of platforms.

ShaarliGo needs write access to the webroot filesystem to once unpack the web assets and when posting update the content.

Storage footprint is <25 KiB per post.

When posting a page, it is once accessed via HTTP GET to infer title, tags and a thumbnail image URL.

Todos

  1. pinned posts,
  2. private posts,
  3. PuSH/PubSubhubbub / WebSub,
  4. import shaarlis (login?),
  5. pwd reset (maybe deleting from app/config.yaml is acceptable),
  6. images/enclosures,
  7. comments,
  8. trackback/pingback

Credits

inspired by and compatible to http://sebsauvage.net/wiki/doku.php?id=php:shaarli.