Jump to content

majestic

Members
  • Posts

    12
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

majestic's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Bump. Any assistance would be appreciated.
  2. Running Unraid 6.9.2. I am having an issue that is likely related to my custom network setup and am looking for some suggestions to get it resolved. I have 2 VLAN's in my home network: (VLAN 10 - Management & VLAN 20 - Services). My goal was to isolate the management functions of Unraid (Web, SSH) on one NIC (10.25.10.2 - VLAN 10), and have my other services (SMB, dockers, VM's) on the second NIC (VLAN10 & VLAN20). I used the "bind interfaces only" option in the SMB settings to make sure that SMB was only available on my second NIC. I used the BIND_MGT="yes" in my ident.cfg to make sure the GUI and SSH was only available to my primary NIC. I have setup my router and my switch with the appropriate VLAN config and everything works as expected from another PC on my network. GUI and SSH on 10.25.10.2 and SMB on 10.25.20.2. I then setup my dockers using either 10.25.20.x (br1.20) or 10.25.10.x (br1.10), depending on the app, and I can access them as expected from another PC on my network. The issue is that I can't access the GUI, SMB, or ping from a Windows VM on the Unraid server (br1.20) that I setup to test with. I also tested with some dockers and from those on br1.10, I can ping both my Unraid host IP's with no issues, but from dockers on br1.20 I can't. My Unraid server has two NIC's: Eth0 and Eth1 setup as follows: My Docker networking is setup as follows: My route table is setup as follows: I am obviously missing something in regards to br1.20 but have been unable to figure it out. Anyone else have a similar setup that would be willing to show their configs? I have also attached my diagnostics.zip if that provides additional information. homeserver-diagnostics-20220520-1751.zip
  3. I am attempting to use the "Gmail Account with OAuth2 Verification" option to configure my Email Server Settings. When I click on the "Setup Gmail Account as E-Mail Server" button, the webpage just spins and no activity can be completed on the page until I restart the docker container. I followed all the instructions (https://github.com/janeczku/calibre-web/wiki/Setup-Mailserver) to setup the Google OAuth2 portion, mapped the resulting gmail.json file to the container, and added the additional environment variable (OAUTHLIB_RELAX_TOKEN_SCOPE=1) mentioned in a recent post (https://discourse.linuxserver.io/t/docker-calibre-web-problem-enabling-gmail-account-with-oauth2-verification/3052). Here's the docker create command used: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='calibre-web' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'DOCKER_MODS'='linuxserver/calibre-web:calibre' -e 'OAUTHLIB_RELAX_TOKEN_SCOPE'='1' -e 'PUID'='99' -e 'PGID'='100' -p '8083:8083/tcp' -v '/mnt/user/Media/Books/Calibre/Library/':'/books':'rw' -v '/mnt/user/appdata/calibre-web/gmail.json':'/app/calibre-web/gmail.json':'rw' -v '/mnt/user/appdata/calibre-web':'/config':'rw' 'linuxserver/calibre-web' There doesn't appear to be any detail as to why the webpage just spins in the calibre-web.log or in the docker logs. Has anyone else been able to get this working?
  4. I must be missing something or doing something wrong. I certainly appreciate all your help as I continue to learn. I am starting fresh, so I don't have an existing Calibre installation or library. My plan (and perhaps poorly conceived) is to have a Calibre docker running the server/library on unRAID that I would then access from the desktop clients. The desktop clients would be able to place new books into a shared folder on unRAID (/downloads) and the cron running in the docker would import them into the central library, storing the books on protected storage on unRAID and accessible to the other clients for import onto their devices. After installing the docker I expected to have the Calibre server and the configuration files installed to /opt/calibre (mapped to /mnt/cache/appdata/calibre/ in my case) and the library/database file installed to /config (mapped to /mnt/user/Media/Books/Calibre/). When I look in these folders on my unRAID server I don't see any files. Did I miss some steps somewhere? Do I have to install a desktop version of Calibre first and point the configuration and library paths to my unRAID shares?
  5. I am trying to get your Calibre docker running but am not having any luck. I just get a "This webpage is not available" error when browsing to the WebUI. Here's my mappings. The strange thing is that there are no files created in the /appdata/calibre folder and I would have expected to have something there. Any help you can provide would be appreciated. Edit: I restarted the Docker and here's the log: Installing Clean - Apply any Custom Edits Installing to /opt/calibre Downloading tarball signature securely... Using previously downloaded calibre-2.38.0-x86_64.txz Defining Cron job from crons.conf Launching Cron Cron Done
  6. This is awesome. Thanks McCloud. I was planning to use ps3netsrv to make my first unRAID docker but you beat me to it.
×
×
  • Create New...