A75G

Members
  • Posts

    112
  • Joined

Posts posted by A75G

  1. 22 hours ago, Emphyrio said:

    I just installed Psitransfer from the community store. I seem to be unable to upload any files, because of 'Error: EACCES: permission denied, mkdir '/data/4210a2427cc7'.

     

    I am a newbie and not quite sure what to do. I assume I need to change permissions on the appdata/psitransfer folder? Can anyone provide some guidance? Thanks in advance!

    Run

    chown -R 1000 /mnt/user/appdata/psitransfer/
  2. 5 minutes ago, CALMSURF said:

    Just installed Wallabag and seems to work - no erros - I made the DB dir and added the permissions.  Hwoever the UI is totally broken - no images, all text no css etc.  I know it isn't supposed to look like this.  Any clue as to what I may have done wrong?

     

    image.png

    Make sure Domain variable is configured correctly for example http://192.168.1.10:6500

  3. 18 minutes ago, stayupthetree said:

    react resume server is a bust, sometimes I dont think people go through the setup process themselves before pushing an application through

    What does not work? i just run it again clean to make sure and it worked

     

    Please make sure of the following:

    • If you changed the ports please make sure to change them in the PUBLIC_URL and PUBLIC_SERVER_URL env
    • Make sure to change the Unraid_IP to your IP unraid ip an example (192.168.1.100)
    • Created the database in postgres with the right premission
      • an example for postgres is
        CREATE USER resume WITH PASSWORD 'password';
        CREATE DATABASE resume WITH OWNER resume TEMPLATE template0 ENCODING 'UTF8';
        GRANT ALL PRIVILEGES ON DATABASE resume TO resume;
    • And thats about it
  4. On 9/5/2023 at 4:32 AM, djgizmo said:

    It's because this docker template is boogered.  LibreNMS docker container (for the past year) install now expects a full docker stack now, which runs 2 installations of LibreNMS, with one of them as the dedicated poller.    A76 refuses to update his template to accommodate.  
     

    https://github.com/librenms/docker

    Hello once more,

    As previously mentioned, since you're actively following this thread, if you're aware of any issues, kindly consider either submitting a pull request or offering the necessary configuration changes.

  5. 7 hours ago, djgizmo said:

     

    That's a poor attitude towards the community.  I'm not asking you to fix the underlying container, I'm asking you to fix your own template.   It's out of date with how LibreNMS does their container stack now.

     

     

    If you would have responded within a day or two, sure, I'd contribute to your repo, but you ghosted the community for months.   My efforts will be put towards another repo or my own template for LibreNMS.

     

     

    Yes, it's literally the requirement to create a support thread.  If a support is created..... one in the community would think support would be available, normally from the author. 

     

    from Squid's How Do I Create My Own Docker Templates? post.... I'm going to insist you create a <Support> thread. Just create it anywhere (as you won't be able to create in the docker Containers) and a moderator will move it. Update the XML with the support link
     

    As for updated regularly.... Precedent has been set by others in the community.

    binhex, linuxserver.io, Taddeusz, even clowrym.... have given continued support.    

     

    When someone doesn't provide support (either via forum, discord, github, or otherwise),  it makes for a frustrating user experience. 


    I get it, you're not a developer of the apps you put templates together... you have little reason to invest in creating/supporting the templates (other than for yourself) and showing it to others back when you did. 

     

    If you would have responded, "Hey, I don't have LibreNMS installed anymore... what needs to be adjusted and I'll look into it later this week or hey, go here to my github to open a PR".... instead, you ghosted me, and the community for months.  your last comment was November 9, 2022.   Until your comment... I expected you abandoned the forums altogether.  

     

    I'm done ranting... thanks for listening... have a good night/day.

    I understand your frustration, but understand that people schedule changes in life and i wont lie i love making templates but i really don't have the time for it or power to follow up everything.

    Regarding the support threads

    * binhex - create his own docker images so he understand the images perfectly

    * linuxserver.io - have a lot of people working on the images  and support

    * Taddeusz and clowrym - if you can see the repo they have 4 to 3 docker templates.

    Please put yourself in my shoes.

     

    And even though i have not commented i see the comments time to time and fix the docker templates when i see issue someone posted in here https://github.com/A75G/docker-templates/commits/master please lookup the commits date.

  6. On 8/7/2023 at 5:27 AM, djgizmo said:

    I did try. For days. Before I came to the forums looking for support to only find the author abandon his support thread. 

    It's important to note that I am under no obligation to maintain updates. However, I genuinely welcome any support from the community. If you would be willing to address the support concerns. please raise GitHub merges for the fixes if you have the time to it. Moreover if you have fixes for Docker templates you can do the same.

     

    https://github.com/A75G/docker-templates/pulls

     

    From my understanding you are thinking that the support should be included and updated regularly but when i have added the support it was for people that are starting in Unraid and require additional support. keeping it updated for each template and checking each Application developer for updates would consume all my time which i have rarely but as i stated above if you or anyone would like to contribute on adding or fixing any template or support README.MD please pull merge in GitHub.

  7. 3 hours ago, el_fredo said:

    So, I started from scratch and re-installed the app. It looks a bit better now:

    1. I am able to upload a profile picture now. This was not possible with the last release 👍🏼
    2. I have some files in /mnt/user/appdata/vikunja. For example, if I navigate to /mnt/user/appdata/vikunja/config, I see, that now there is the file vikunja.db, which is almost 500 kb. Great 👍🏼

    What is still unclear:

    1. Your template suggests to use /etc/vikunja/vikunja.db. I have not changed it, so I wonder why my Database is finally in /mnt/user/appdata/vikunja/config. I would just like to point out that many users back up the /appdata folder, not the /etc folder.
    2. I tried to enable the email feature. Following the Vikunja docs, I have to modify the config.yml file. But I don't find this file. Under /mnt/user/appdata/vikunja/config, I only see the file vikunja.db.
    3. How can we test and ensure that the vikunja.db file is not overwritten during the next update?

    Thank you for your efforts 👍🏼

    1. /etc/vikunja/vikunja.db mean the path of sqlite inside the container
    2. Added requirement to install the config https://github.com/A75G/docker-templates/commit/eb63652dae1a58061a7d60988637a81b23543b26
    3. You can start testing using vikunja/api:0.19.2 then updating to vikunja/api:latest for exmaple
  8. On 11/1/2022 at 12:56 PM, el_fredo said:

    Yes, I have a backup. Every night, a backup is being made of the /appdata folder. This is the folder, where all the containers store their data in Unraid.

     

    The Vikunja container is also set to use the Appdata folder - see attached screenshot. But: The folder /appdata/vikunja is empty! Therefore, unfortunately, I also have no backup...

     

    I have now checked the entire Appdata folder as I have many Docker containers running (Jellyfin, Flame etc). Many of them use SQLite and all of them put their data in the Appdata folder, except Vikunja.

     

    Maybe @A75G can help?

    screenshot.png

    Check now and confirm with latest template change: https://github.com/A75G/docker-templates/blob/master/templates/vikunja-api.xml

  9. 7 minutes ago, blaine07 said:

    Is their not a way to define "all"? (I don't even know names of all the DBs on the MariaDB server it's backing up LOL). I know before version 3.3.2 I was on V2.12.0. On 2.12.0 "backup-now" just grabbed them all. Not sure why that functionality would be depreciated?

     

    (thank you, for the reply!)

    okay change it to "ALL" without quotation. i have updated the template

  10. 13 minutes ago, blaine07 said:

    Running "backup-now" manually on Version 3.3.2 db-backup no longer works. It returns a error. Any idea how to manually run backup now?

     

    errrrr.thumb.jpg.b521bb3bdfbaf46a465c9be6e0ef3c31.jpg

    Try adding DB_NAME variable with each databases you have for example: nextcloud,authelia,freshrss,mysql

  11. On 8/16/2021 at 4:41 PM, Ravenwood said:

    Hi guys. I'm getting the following error on my initial install of Moodle: Trying to connect to the database server
    grep: /opt/bitnami/moodle/config.php: No such file or directory

     

    image.thumb.png.041dbe84c72e28e20c78da5c2f29d236.png

    I checked don't know why but when removing the moodle path it work.

    I fixed few variables they changed for the databases nothing work unless removing the moodle path even though they have it in the docker compose https://github.com/bitnami/bitnami-docker-moodle/blob/master/docker-compose.yml

  12. On 8/16/2021 at 1:33 PM, plantsandbinary said:

    Ok I figured out what the problem has been.

     

    So first of all, I was trying to install the synapse-admin container, thinking that it actually contained Matrix along with it. So naturally I couldn't add the admin user I wanted etc.

     

    I initially had some problems with the Matrix container also because it's missing so many things, like the config file etc.

     

    So how I installed Matrix was like this:

     

    1. Download the official image from Docker Hub and run it with the generate argument to generate a config.

    2. It'll make 3 files. Copy them to some DIR and add your matrix server URL etc.

    3. Install A75G's Matrix container and make sure you set an extra "data" DIR like "/data/". I mapped it to "/appdata/matrix"

    4. Dump the config files there.

    5. Run the container and go to eg. 192.168.1.35:8010 and it'll tell you that Matrix is working

     

    You'll need to edit the config to eg. allow registration so you can actually register on your own server etc.

     

    After that you can install the synapse admin container. Make an admin account (on the previous Matrix instance) following the instructions in the container description and then use the WebUI to login and admin it.

     

    I blame Matrix for being pretty vague about the steps of getting synapse installed and the constant name changes they have made. It also could be clearer on A75G's side regarding the container descriptions like "synapse-admin - requires a running matrix server!" and so on.

     

    In any case, it's working for me now. There are additional steps to set up a federation but I don't care about that.

     

    You dont need synapse-admin to create admin user i linked to a guide 

    On 8/16/2021 at 4:41 PM, Ravenwood said:

    Hi guys. I'm getting the following error on my initial install of Moodle: Trying to connect to the database server
    grep: /opt/bitnami/moodle/config.php: No such file or directory

     

    image.thumb.png.041dbe84c72e28e20c78da5c2f29d236.png

    will check and revert back

     

    On 8/18/2021 at 8:06 AM, nealhead said:

    Appreciate the work. I am using the Cryptpad docker and it is working fine. I am trying to utilize some of the newer features but I don't see a way to update to a newer version. Any ideas?

    No idea but it getting updates on docker hub.

    16 hours ago, Benjamin Picard said:

    Hi,

     

    Is there a way to edit the SMTP settings for Leantime? I can probably edit those in the docker directly but those changes would get overwrite after an update right?

     

    Thank you for your help,

     

    No idea this is all i can get from there docker compose https://github.com/Leantime/docker-leantime

    52 minutes ago, ffhelllskjdje said:

    Getting an error on firefox sync on fresh install.

    Switching to PGID 100...
    Switching to PUID 99...
    Setting timezone to America/Los_Angeles...
    Checking prerequisites...
    Generating configuration...
    Fixing perms...
    [2021-08-20 03:35:18 +0000] [1] [INFO] Starting gunicorn 19.6.0
    [2021-08-20 03:35:18 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
    [2021-08-20 03:35:18 +0000] [1] [INFO] Using worker: sync
    [2021-08-20 03:35:18 +0000] [19] [INFO] Booting worker with pid: 19
    [2021-08-20 03:35:18 +0000] [19] [ERROR] Exception in worker process
    Traceback (most recent call last):
    File "/usr/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 557, in spawn_worker
    worker.init_process()
    File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 126, in init_process
    self.load_wsgi()
    File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 136, in load_wsgi
    self.wsgi = self.app.wsgi()
    File "/usr/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
    File "/usr/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 63, in load
    return self.load_pasteapp()
    File "/usr/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 59, in load_pasteapp
    return load_pasteapp(self.cfgurl, self.relpath, global_conf=None)
    File "/usr/local/lib/python2.7/site-packages/gunicorn/app/pasterapp.py", line 69, in load_pasteapp
    global_conf=global_conf)
    File "/usr/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 253, in loadapp
    return loadobj(APP, uri, name=name, **kw)
    File "/usr/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 278, in loadobj
    return context.create()
    File "/usr/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 715, in create
    return self.object_type.invoke(self)
    File "/usr/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 152, in invoke
    return fix_call(context.object, context.global_conf, **context.local_conf)
    File "/usr/local/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
    val = callable(*args, **kw)
    File "/app/syncserver/__init__.py", line 265, in main
    config = get_configurator(global_config, **settings)
    File "/app/syncserver/__init__.py", line 254, in get_configurator
    config = mozsvc.config.get_configurator(global_config, **settings)
    File "/usr/local/lib/python2.7/site-packages/mozsvc/config.py", line 65, in get_configurator
    load_into_settings(config_file, settings)
    File "/usr/local/lib/python2.7/site-packages/mozsvc/config.py", line 43, in load_into_settings
    for name, value in config.get_map(section).iteritems():
    File "/usr/local/lib/python2.7/site-packages/konfig/__init__.py", line 118, in get_map
    return dict(self.items(section))
    File "/usr/local/lib/python2.7/site-packages/backports/configparser/__init__.py", line 878, in items
    return [(option, value_getter(option)) for option in d.keys()]
    File "/usr/local/lib/python2.7/site-packages/backports/configparser/__init__.py", line 875, in <lambda>
    section, option, d[option], d)
    File "/usr/local/lib/python2.7/site-packages/konfig/__init__.py", line 35, in before_get
    defaults)
    File "/usr/local/lib/python2.7/site-packages/backports/configparser/__init__.py", line 445, in before_get
    self._interpolate_some(parser, option, L, value, section, defaults, 1)
    File "/usr/local/lib/python2.7/site-packages/backports/configparser/__init__.py", line 508, in _interpolate_some
    "found: %r" % (rest,))
    InterpolationSyntaxError: '$' must be followed by '$' or '{', found: u'$rmUhvLWU9A4EL*vM!s'
    [2021-08-20 03:35:18 +0000] [19] [INFO] Worker exiting (pid: 19)
    [2021-08-20 03:35:18 +0000] [1] [INFO] Shutting down: Master
    [2021-08-20 03:35:18 +0000] [1] [INFO] Reason: Worker failed to boot.

     

    I just installed it no issue make sure [IP] is changed to you unraid ip.

  13. On 8/1/2021 at 10:47 AM, luk said:

    Hi,

     

    after every Flarum Docker update, all my plugins are gone / deleted. @A75G can you fix this please? or tell me how I can fix it myself?

     

    Thank you and Regards,

    Luk

    Hello,

     

    There is issue submitted regarding this https://github.com/crazy-max/docker-flarum/issues/40

     

    On 8/3/2021 at 7:36 PM, LTM said:

    Has anyone been able to get the Epic Games redemption to work correctly? I have everything set up, and it is sending me CAPTCHA codes, but when I complete them, it just sends me another email with another CAPTCHA. It does not seem to be able to go in and actually redeem the games.

    It used to work flawlessly but now epic made some implementation for this https://github.com/claabs/epicgames-freegames-node/issues/97

     

    On 8/7/2021 at 12:29 AM, ikkuranus said:

    I'm trying to configure freepbx. Whenever I apply a setting change the reload animation goes on forever.

    Also, whenever I try and add my local subnets to the sip settings they don't appear to be working as calls don't have any audio and get dropped shortly after.

    I'm not sure. If it need any changes in docker template please inform me or make pull request

     

    32 minutes ago, boomam said:

    To answer this for myself - yes the container is incomplete.

    After a bit of playing around, you need to do the full install of the proxy via wget/etc. within the container environment to use the container. Defeats the purpose of the container really. 😛

    Could you please share the steps so other can know how to use the proxy

    • Thanks 1
  14. On 4/6/2021 at 11:33 AM, Joz104 said:

    Trying to install your Keycloak docker but having issues - the docker starts to load, then freezes and crashes after about 15 seconds. I've tried using multiple databases in case its a database error, no luck though. Any ideas why it might be crashing?

    I changed to another repo please give it a try after few hours when the templates update in CA

    • Like 1
  15. 40 minutes ago, plantsandbinary said:

     

    Got it fixed thanks to the above comment. I messed up creating the config.

     

    However I am now getting the exact same issue with the Synapse/Matrix container as this guy:

    https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&comment=998566

    https://hastebin.com/ibegatexej.yaml

     

    Thats my working config you can look if something is off but just know that i have postgres, redis and email enabled

  16. 2 minutes ago, plantsandbinary said:

     

    The container seems completely broken. I've done everything I can to get it to work myself and I can't seem to do it. No idea what the problem is at all but I suspect it's misconfigured by default.

    I have it running with no problem

    did you add the file before running the docker

    mkdir -p /mnt/user/appdata/element-web/config
    wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json

     

    because if not it wouldnt work because unraid will create folder as config.json

  17. 5 hours ago, duffbeer said:

     

    I'm using it for Nintendo NUT server. I expect that when I click the "WebUI" on the Docker image that I'd get to see the NUT interface. Instead I (sometimes) get asked to authenticate, then I get a white page with a "404", and that's as far as it gets.

    The webgui doen't work but from switch side it works fine.

  18. 10 hours ago, duffbeer said:

    I'm having trouble with the NUT server (ramdockerapp/nut-server)... I've installed it, set the path to the files, and set creds, but when I try to access the WebUI I get a 404 (sometimes I get asked to auth first, then after authing I get a 404).

     

    Am I doing something wrong?


    Checking the log via the console shows the server has scanned the directories correctly, and when running "ps aux" I see the command "python3 /root/nut.src.latest/nut.py -S"

    Now just i notice the name might conflict with UPS nut server.

    Are you using this tool for Nintendo switch or for UPS?

    If for Nintendo switch then its normal all you have to do is connect to it using the username and password.

  19. On 4/28/2021 at 8:34 PM, CorneliousJD said:

    New send container is working, however I cannot seem to get passwords to work, I enter something easy like "test" or "test123" as a password and it then tells me later the password is incorrect.

     

    EDIT - Disregard, once I actually set it all up via reverse proxy, it seems to be accepting passwords now.

    PS you do need some Redis persistence. 

     

    I have mine setup like this, databse saved to appdata, and AOF disabled, to keep the Redis database extremly small (given it's expiring nature) 

     

    image.thumb.png.948b4293eb1750207aed331d7bab865a.png

     

    Thank you very much for this information ill be sure to add this on description.

     

    8 minutes ago, tech_rkn said:

    Hello,

     

    My log is complaining about:

    
    vm.overcommit_memory = 1

     How to make it persistant ? can't remember ... !!

    I think you want to fix redis issus if so

    in /etc/sysctl.conf add

    sysctl vm.overcommit_memory=1

     

    add cronjob(user script) on startup arrray

    echo never > /sys/kernel/mm/transparent_hugepage/enabled
    echo never > /sys/kernel/mm/transparent_hugepage/defrag

    for persistant look at above comment or look at https://github.com/bitnami/bitnami-docker-redis#persisting-your-database

  20. On 3/2/2021 at 8:49 PM, relink said:

    I have been using the Wallabag docker for quite a while now and its been great. However Suddenly (sometime in the last couple days) I cannot access it anymore locally or remotely. 

     

    I checked the logs and see a few things:

    
    [WARNING]: Found both group and host with same name: localhost
    
    [WARNING]: Platform linux on host localhost is using the discovered Python

     

    
    2021/03/02 12:28:41 [error] 270#270: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 no such table: wallabag_internal_setting in /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:67

     

    Im not sure if the two things even have anything to do with each-other, but it was all that stood out to me in the logs. 

    Im really not sure about this issue

     

    On 3/3/2021 at 10:16 PM, david1564 said:

    Hi, I'm trying to use the ddns-route53 docker, but I can't seem to find the template.  The only one I can find appears to be the actual xml for unraid.  Can you post a link to the relevant template? the ddns-route53.yml file.

     

    Thanks!

    I have updated to the template so that you only have to edit the template not the config ddns-route53.yml

     

    On 3/21/2021 at 10:30 PM, pee_bear said:

    Hello,

     

    Regarding yacy

    I cannot login to the admin console. It is said the default credentials are admin/docker but it's refused.

    I deleted the container + the appdata folder, and downloaded it again from the Apps, but the credentials are still refused.

     

    Do you know how to reset the password ? 

    Chcek username: admin password: yacy

     

    On 3/13/2021 at 8:33 PM, learningunraid said:

    Hi, I am getting an error with TT-RSS on Unraid. (All Latest Version)

     

    
    Exception while creating PDO object:SQLSTATE[08006] [7] could not connect to server: No such file or directory
    	Is the server running locally and accepting
    	connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

     

    Please help me.

     

    Thanks.

    On 3/22/2021 at 7:24 AM, bptillman said:

    After the latest update to tt-rss was applied and the schema was migrated, I am now getting an error when loading my tt-rss instance.
    The first error seen was:

    
    E_URL_SCHEME_MISMATCH
    URL scheme reported by your browser (https) doesn't match server-configured SELF_URL_PATH (http), check X-Forwarded-Proto.
    Additional information:
    SELF_URL_PATH: http://tinyrss.mydomainhere.com
    CLIENT_LOCATION: https://tinyrss.mydomainhere.com/

     

    For reference before this, I was able to go to https://tinyrss.mydomainhere.com to hit my ttrss instance behind a reverse proxy, so the error made sense to me since http was specified in my config.php. From seeing that error I changed the config.php from being http like this:

    
    putenv('TTRSS_SELF_URL_PATH=http://tinyrss.mydomainhere.com/');


    to  being https like this:
     

    
    putenv('TTRSS_SELF_URL_PATH=https://tinyrss.mydomainhere.com/');

     

    After doing that and restarting the container, now when I visit https://tinyrss.mydomainhere.com , instead of the fatal error I am seeing:

    
    Startup failed
    
    Please fix errors indicated by the following messages:
    Please set SELF_URL_PATH to the correct value detected for your server: http://tinyrss.mydomainhere.com (you're using: https://tinyrss.mydomainhere.com)

     

    After that I also tried renaming the existing config.php and replacing all of the needed config values with docker environment variables that all start with TTRSS_ per the newest changes and am still seeing the "startup failed" message from directly above. So I'm not sure what other configuration issue it could be causing this.

    I will update the template with variables in it please check and confirm

    15 hours ago, Deen said:

    Since last update docker Pure-FTPD

    The logs consol work but i can not see user connections or information

     

    We have Unraid Version: 6.9.1

    Last docker update for pure-ftpd

    image.png.b6cb3ae1a301b1b51561e17cb4cd1c8d.png

    image.png.d632445f54f25c4894b4a276ebfd73e1.png

     

    We miss something ?

    Thx for your help

    No idea if im being honest

  21. On 1/30/2021 at 2:17 AM, CybranNakh said:

    I have some problems with the Reactive Resume Container. I downloaded it from CA and put in my Firebase information but cant get to the loading screen. The webui flashes for 1 second and then just displays the background. I feel like I am missing something basic here... 

     

    16 hours ago, ice pube said:

    Couple other people along with myself are having the same issue. No idea how to fix it, as there is no appadata folder to reset. 

     

    10 hours ago, CybranNakh said:

    It really is unfortunate... I was so excited to set it up. I might try and see if I can find something on the github repository and report back....

     

    Change latest to v1

    I have updated the template it might take some time to change