this post was submitted on 30 Jun 2023
-1 points (40.0% liked)

Selfhosted

40958 readers
1299 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

hey all,

I'm trying to get openbooks set up and I'm having a nightmare of a time. it's saying page note found when I navigate to the port I set up for it. Here's my dockercompose. Logs says it's listening on port 80. I'm confused

version: "3.3"
services:
  openbooks:
    container_name: OpenBooks
    image: evanbuss/openbooks:latest
    restart: unless-stopped
    ports:
      - "8005:80"
    volumes:
      - "/volume1/data/media/books/openbooks:/books"
      - "/volume1/docker/openbooks:/openbooks"
    command: --persist --name mokncanatella --searchbot search --server irc.irchighway.net:6697 --tls true --useragent "OpenBooks v4.5.0"
    environment:
      - BASE_PATH=/openbooks/
you are viewing a single comment's thread
view the rest of the comments
[–] haulyard 1 points 2 years ago

What is the url you’re using? You should be calling port 8005. Something like http://domain.foo:8005