Fork me on GitHub

Organizations

@github @rss
1 results for bookmarks
  • Difficulty level: It may take a little longer
    images/featured-image.png
    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.
    bookmarks Docker Internet-Archiv Synology shiori Created Fri, 07 Feb 2020 00:00:00 +0000