Jump to content

Built2Succeed

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by Built2Succeed

  1. Sure. it's fairly easy, but there are some snags along the way. what have you done and where are you getting stuck?
  2. Running on UnRAID. Bookstack is installed in a container, and NGINX Proxy Manager is installed in a separate container on the same custom network. as well as MariaDB. when I open the webui it looks like this. also note the weird url it takes me to. I put in 192.168.1.238:6875 and this is exactly what it does. I hope someone can help. I was thinking this was going to be a simple install and it has been a nightmare, with countless hours spent attempting to fix. This is the command that it runs to start the docker: docker run -d --name=‘bookstack’ --net=‘proxynet’ -e TZ=“America/New_York” -e HOST_OS=“Unraid” -e ‘DB_HOST’=‘192.168.1.238:3306’ -e ‘DB_USER’=‘bookstack’ -e ‘DB_PASS’=‘password’ -e ‘DB_DATABASE’=‘bookstack’ -e ‘APP_URL’=‘192.168.1.238:6875’ -e ‘PUID’=‘99’ -e ‘PGID’=‘100’ -e ‘UMASK’=‘022’ -p ‘6875:80/tcp’ -v ‘/mnt/user/appdata/bookstack’:’/config’:‘rw’ ‘linuxserver/bookstack:v21.11.1-ls172’ When i put in username: [email protected] password: password it gives me this error: Oops! An Error Occurred The server returned a “405 Method Not Allowed”. Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. Bookstack logfile: [s6-init] making user provided files available at /var/run/s6/etc…exited 0. [s6-init] ensuring user provided files have correct perms…exited 0. [fix-attrs.d] applying ownership & permissions fixes… [fix-attrs.d] done. [cont-init.d] executing container initialization scripts… [cont-init.d] 01-envfile: executing… [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing… _ () | | ___ _ __ | | / | | | / | | _ \ | | | () | || |/ || __/ Brought to you by linuxserver.io To support LSIO projects visit: Donate | LinuxServer.io GID/UID User uid: 99 User gid: 100 [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing… [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing… using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing… New container detected. Setting up app folder and fixing permissions. App Key found - setting variable for seds Running config - db_user set **** APP_URL in /config/www/.env is being updated from 172.18.0.1 to 192.168.1.238 **** **** If this is an existing install, you should run the following line from your host terminal to update the database URL entries: **** docker exec -it bookstack php /var/www/html/artisan bookstack:update-url 172.18.0.1 192.168.1.238 nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve Nothing to migrate. [cont-init.d] 50-config: exited 0. [cont-init.d] 90-custom-folders: executing… [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing… [custom-init] no custom files found exiting… [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
  3. Did you get fail2ban setup? I was able to get fail2ban setup running inside its own container. I have vaultwarden, Nginx Proxy Manager, and fail2ban running with cloudflare. I have argo tunnel (cloudflare tunnel) setup on cloudflare. It took me a week or so to figure out the setup because it's a little tricky. I'd be happy to help anyone who needs help setting up.
×
×
  • Create New...