Jump to content

harmonicajones

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by harmonicajones

  1. Might be a dumb question, but I'm writing a program on my local desktop machine. In part of my program I'm trying to connect to a mysql db on my unraid server. My plan was to write a PHP file that I could put into Swag that could connect to my DB and do some kind of action. So it would go program->php (on swag)->mysql. This is all being done on the same server. When I put the url as https:/serverIP:1443/php/phpfile.php it says file not found. What should I put here?

  2. I'm having issues seeing the WEBUI under the Radarr docker:

    image.png.9d8c245c9a8f4da3d45c806edd66fd10.png

     

    I have been trying everything: changing VPN locations, going through all different guides online, etc. and nothing has seemed to work.

     

    So far I know that my VPN connection (Torguard) is working (I can view WebUI for delugevpn, and also when I do "curl ifconfig.co" in both deluge and radarr it is showing the correct VPN location. I also am able to view the UI if I go to the ServerIP:7878 in my firefox browser (I am currently connected to the same lan as the server)

     

    Here is how my delugevpn is set up (removed username and password):

    image.thumb.png.7d30784fd019006b1e12444e7f4b128e.png

     

    Here is how my Radarr is setup:

     

    image.thumb.png.adf5f24cdc914df44f9f4f30cfb4344d.png

     

    Here is my Radarr SysLog:


     

    Quote

     

    2021-07-24 01:36:03.681035 [info] Host is running unRAID
    2021-07-24 01:36:03.703326 [info] System information Linux 14b5585869a1 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64 GNU/Linux
    2021-07-24 01:36:03.728086 [info] OS_ARCH defined as 'x86-64'
    2021-07-24 01:36:03.752592 [info] PUID defined as '99'
    2021-07-24 01:36:03.780774 [info] PGID defined as '100'
    2021-07-24 01:36:03.888052 [info] UMASK defined as '000'
    2021-07-24 01:36:03.912581 [info] Permissions already set for volume mappings
    2021-07-24 01:36:03.938633 [info] Deleting files in /tmp (non recursive)...
    2021-07-24 01:36:03.967627 [info] Starting Supervisor...
    2021-07-24 01:36:04,121 INFO Included extra file "/etc/supervisor/conf.d/radarr.conf" during parsing
    2021-07-24 01:36:04,121 INFO Set uid to user 0 succeeded
    2021-07-24 01:36:04,123 INFO supervisord started with pid 7
    2021-07-24 01:36:05,128 INFO spawned: 'radarr' with pid 57
    2021-07-24 01:36:05,129 INFO spawned: 'shutdown-script' with pid 58
    2021-07-24 01:36:05,130 INFO reaped unknown pid 8 (exit status 0)
    2021-07-24 01:36:05,418 DEBG 'radarr' stdout output:
    [Info] Bootstrap: Starting Radarr - /usr/lib/radarr/bin/Radarr - Version 3.2.2.5080

    2021-07-24 01:36:05,418 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2021-07-24 01:36:05,643 DEBG 'radarr' stdout output:
    [Info] AppFolderInfo: Data directory is being overridden to [/config]

    2021-07-24 01:36:05,688 DEBG 'radarr' stdout output:
    [Info] Router: Application mode: Interactive

    2021-07-24 01:36:05,739 DEBG 'radarr' stdout output:
    [Info] MigrationController: *** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***

    2021-07-24 01:36:05,877 DEBG 'radarr' stdout output:
    [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***

    2021-07-24 01:36:06,059 DEBG 'radarr' stdout output:
    [Info] WebHostController: Listening on the following URLs:

    2021-07-24 01:36:06,060 DEBG 'radarr' stdout output:
    [Info] WebHostController:   http://*:7878

    2021-07-24 01:36:06,194 DEBG 'radarr' stdout output:
    [Info] RadarrBootstrapper: Starting Web Server

    2021-07-24 01:36:06,195 INFO success: radarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
    2021-07-24 01:36:07,363 DEBG 'radarr' stdout output:
    [Info] CommandExecutor: Starting 2 threads for tasks.

     

     

    I'm sure I messed up somewhere along the lines and maybe I missed a semicolon or something. Anyone have any input?

×
×
  • Create New...