Fork me on GitHub

Herr Knedel/Great things with containers: Internet Archive in Docker

Created Fri, 07 Feb 2020 00:00:00 +0000 Modified Mon, 28 Mar 2022 18:27:52 +0000 Difficulty level: It may take a little longer

87 Words

In the following tutorial, you will install yourself a private “Internet Archive” as a Docker container. All you need is this “Docker-compose” file:

version: '2'
services:
  db:
     image: radhifadlillah/shiori:latest
     container_name: bookmark-archiv-shiori
     volumes:
       - ./shiori-server:/srv/shiori
     ports:
       - "18080:8080"


After launching the yml file with docker-compose via “docker-compose -f your-file.yml up -d”, you can access the local internet archive via the specified port, for example http://localhost:18080 . The default login can be found on the following website: https://github.com/go-shiori/shiori/wiki/Usage

username: shiori
password: gopher

Great! You can use your Internet archive: