ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline.
Without active preservation effort, everything on the internet eventually dissapears or degrades. Archive.org does a great job as a centralized service, but saved URLs have to be public, and they can't save every type of content.
ArchiveBox is an open source tool that lets organizations & individuals archive both public & private web content while retaining control over their data. It can be used to save copies of bookmarks, preserve evidence for legal cases, backup photos from FB/Insta/Flickr or media from YT/Soundcloud/etc., save research papers, and more...
Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Könnte man mal ausprobieren …
- Bei #Netcup neue Subdomain
p.robertriebisch.demit Ziel@erstellt - Bei #Bitpalast neues Hosting für Subdomain
pmit Dokumentstammrobertriebisch.de/phinzugefügt - Ebenda „SSH Terminal“ gestartet und folgende Befehle eingegeben:
$ cd robertriebisch.de/p/ $ rm index.php $ wget https://github.com/shaarli/Shaarli/releases/download/v0.13.0/shaarli-v0.13.0-full.zip --no-check-certificate $ ln -s . Shaarli && unzip shaarli-v0.13.0-full.zip $ rm Shaarli && rm shaarli-v0.13.0-full.zip - Startseite https://p.robertriebisch.de/ im Webbrowser aufgerufen
- Werte festgelegt für:
- „Username“ und „Password“
- „Shaarli title“ =
Roberts Potpourri - „Language“ =
German, weil ich auf Deutsch schreiben werde - „Timezone“ =
Europe/Berlin, weil ich dort lebe
- Option „Check for updates“ abgeschaltet, weil ich mich bereits per #GitHub über neue Versionen benachrichtigen lasse
Damit war meine Shaarli-Instanz einsatzbereit.
