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 bf75a25a9d gently towards unicode hashtags https://www.unicode.org/reports/tr31/#D2 6 mesi fa
static cb798ebfae phase out 0x4c.de 3 anni fa
testdata d61a97e196 also use <title>. 4 anni fa
tpl f737dbff7a back to shaarligo.cgi. 4 anni fa
.gitattributes c87dc3136a fix github language detection 6 anni fa
.gitignore b693ae130c Add en theme and make default. 4 anni fa
.travis.yml 341d8989b7 template & travis 5 anni fa
README.md b6bc9d8c44 lightning talk link. 6 mesi fa
ShaarliGo.go 2ab14cba80 toolchain update 6 mesi fa
ShaarliGo_test.go 2ab14cba80 toolchain update 6 mesi fa
api0.go e8d5dc14af - silence Cookie warning, 3 anni fa
api0_test.go 2ab14cba80 toolchain update 6 mesi fa
atom.go 8430460b30 Copyright 3 anni fa
atom_test.go 8430460b30 Copyright 3 anni fa
ban.go 8430460b30 Copyright 3 anni fa
ban_test.go 8430460b30 Copyright 3 anni fa
build.sh bf75a25a9d gently towards unicode hashtags https://www.unicode.org/reports/tr31/#D2 6 mesi fa
cgi-fake.sh f82137e2c2 - rename, 2nd. 6 anni fa
comb.go 8430460b30 Copyright 3 anni fa
comb_test.go 8430460b30 Copyright 3 anni fa
config-core.go 8430460b30 Copyright 3 anni fa
config-core_test.go 8430460b30 Copyright 3 anni fa
config.go 8430460b30 Copyright 3 anni fa
config_test.go 8430460b30 Copyright 3 anni fa
doap.rdf e6b32436d4 Brush up. 4 anni fa
emoji_map.go 942ac74720 make #§ and #† proper tags and make emojis implicit tags. 5 anni fa
feedwriter.go 871e0ebede comply with go version go1.15.6 darwin/amd64 3 anni fa
feedwriter_test.go 8430460b30 Copyright 3 anni fa
flow.dot f82137e2c2 - rename, 2nd. 6 anni fa
go.mod 2ab14cba80 toolchain update 6 mesi fa
go.sum 2ab14cba80 toolchain update 6 mesi fa
http.go 8430460b30 Copyright 3 anni fa
mastodon.go 2ab14cba80 toolchain update 6 mesi fa
mini-build.sh 278596c978 rename ‚pub/posts‘ to ‚=/p and according. 6 anni fa
pinboard.go 8430460b30 Copyright 3 anni fa
pinboard_test.go 8430460b30 Copyright 3 anni fa
post-test.sh 2c5481d0e5 - trailing slashes 6 anni fa
search.go 8430460b30 Copyright 3 anni fa
search_test.go 8430460b30 Copyright 3 anni fa
tags.go bf75a25a9d gently towards unicode hashtags https://www.unicode.org/reports/tr31/#D2 6 mesi fa
tags_test.go bf75a25a9d gently towards unicode hashtags https://www.unicode.org/reports/tr31/#D2 6 mesi fa
tools.go 8430460b30 Copyright 3 anni fa
tools_test.go 8430460b30 Copyright 3 anni fa
version.go bf75a25a9d gently towards unicode hashtags https://www.unicode.org/reports/tr31/#D2 6 mesi fa

README.md

🌩 Lightning Talk at the 34c3 🚀

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.