Everything posted by ados
-
[Support] knex666 - Nextcloud
I guess my wording was poor. I was meaning that if I was to use a fork I was aiming for something more well known. I know that knex666 isn't a fork but was hoping it might be one day.
-
[Support] knex666 - Nextcloud
Wondering if this fork will include the most common chased dependencies pdlib and ffmpeg. The latter is easy enough and I have that in a script for every NC update it's removed. However the pdlib I have spent 5+ hours and still not got it working, many people struggle to get it working. This fork has done it: But I would prefer to use knex666 fork, always a concern when the images are modified.
-
How do you configure wger app on Unraid???
It's installed but all but useless, doesn't have any food entries. Spent ages searching for how to connect it to Open Food Facts which this Github https://github.com/wger-project/wger/issues/422 claims is complete. There's also the DOWNLOAD_INGREDIENTS_FROM variable from here https://wger.readthedocs.io/en/latest/settings.html which does nothing. Overall, terrible app.
-
How do you configure wger app on Unraid???
This docker template is abandoned, barely works. Thanks @GuillermoMG that DJANGO_DEBUG variable was the only thing that got the internal and proxy access portal to load. I did however have to change the permissions to 777 on appdata folder as even 775 didn't work and the permissions were nobody:user which is normal. Once the image files were created I set the permissions back to 755 and it continued to work. Finally, on login CSRF error which I knew was proxy trust issues. This was resolved by adding CSRF_TRUSTED_ORIGINS to template with the same domain as SITE_URL.
-
[Support] ich777 - Application Dockers
Thunderbird, for those that get an error incomplete zlib block when copying a URL link address. The issue is caused by setting zero compression, set this even to the minimum level and it's resolved. Kind of annoying since I don't care about the bandwidth and with glasses need all the resolution I can get.
-
Multiple Arrays
Yeah I get me hopes up with each new update and then sadness 😂
-
[Support] ich777 - Application Dockers
I was just being dramatic on the percentage, appreciate the help. Yeah through a proxy. Thanks for the config I will take a look. 👍
-
[Support] ich777 - Application Dockers
1000% your container. I also found the problem, WebSocket. After a few minutes of inactivity (i.e. not clicking on anything) the WebSocket is closed. I have no such settings in NGINX for this but I found a workaround. In the noVNC setting is WebSocket automatic reconnect The default is no tick and 5000. Once I set that and watched it time out it counted to 5 seconds and then connected. Guess you could set it to 1 if you really wanted.
-
[Support] ich777 - Application Dockers
Vivaldi which is Chromium like 98% of things. There is not settings putting it to sleep etc. Would say it kicks me back to the noVNC connect button in a few minutes. This is even when the tab is active and you don't interact with it.
-
[Support] ich777 - Application Dockers
I would like to set the noVNC timeout for Firebird, the time before it disconnects you. I usually have the tab open jumping between tabs and it has a short fuse. Is there a docker variable to set an override time?
-
[Support] ich777 - Application Dockers
Thanks for letting me know. I was wanting to use the Full Address Column plugin for TB. Somehow after 20 years TB still doesn't have a feature to show the FROM address always. How a security based email app doesn't have this is crazy. The plugin doesn't work from 115, guess I will have to wait. Here is the feature request: https://bugzilla.mozilla.org/show_bug.cgi?id=243258
-
[Support] ich777 - Application Dockers
Upon some checking it seems you have no previous tags to revert back to an older version. Currently on the latest 115.6 and want to go back to prior to 115 for plugin support. What's the recommended way to do this with your docker.
-
[Support] Organzir Organizr
I've notices after years there is a new update! I'm one of those that reads the release notes but there are none since 2019. Does anyone know what the latest update does?
-
[Support] candiddev/homechart
I couldn't even get the dockers to start. Seems template is abandoned?
-
[Support] candiddev/homechart
Trying to trial this and possibly move away from Grocy. New docker and new Postgres docker but doesn't launch. error performing PostgreSQL action error migrating database
-
[Support] knex666 - Nextcloud
@BrentBollmeier answer is in the log, permission issue.
-
[Support] knex666 - Nextcloud
I'm not new to Nextcloud but not expert either. Anyone know what the appropriate permissions for the data directory is. New Nextcloud instance creates folders with sshd:sshd If they are not set to that then it cannot write to the directly. Usually I would have nobody:users but again it can't load the data directory. Setting the obvious chown -R sshd:sshd /data/path works but then other dockers cannot access it.
-
[SUPPORT] - stable-diffusion Advanced
Before seeing this I tried switching to SD.Next and also had issues with it not loading an docker crashing. This was with a fresh docker container too. I applied the suggested fix of deleting the cache and SD.Next folders in container appdata and has not got it running. The only model I have it working with is easy diffusion. 😢 Should mention the SD.Next crash is caused by: -bash: line 1: 73 Illegal instruction bash webui.sh --listen --port=9000 --insecure --medvram --allow-code
-
[SUPPORT] - stable-diffusion Advanced
Installed and was working ok with Easy Diffusion but really wanted to get Lama Cleaner for constant image fixing I do. It seemed to install but will not stay running, the docker just stops before the web UI will load. The last line in log before closing is: ModuleNotFoundError: No module named 'torch._utils'
-
[Support] ich777 - Application Dockers
I'm not aiming to install a docker within a docker but the browser itself. That way I can use the open with browser function. I get the security but it's a docker with daily backups, in the super rare event it dies I restore it. Any install directions because no amount of apt install with many browsers has worked.
-
[Support] ich777 - Application Dockers
OMG I didn't say the container, ich777/thunderbird
-
[Support] ich777 - Application Dockers
Would anyone have a solution to running a web browser in the docker. I've tried at least 6+ browsers and I can't get any of them to work. Edit: ich777/thunderbird
-
[Support] ich777 - Application Dockers
hahah I've definitely not installed 100 dockers in last 6 hours, must have been a glitch because I was able to install it an hour later.
-
[Support] ich777 - Application Dockers
Having a much bigger issue. Spent nearly 2 hours building message filters and folders to find they are all wiped on reboot. I don't know why 2 filters have stayed (first 2) but all others vanish on reboot of container. The folders are still there obviously but the filters will not persist between restarts. Additional info: Found the cause, due to poor Thunderbird design and not docker. Thunderbird only saves the settings on window close. When you access message filters a new window appears unlike other setting navigations. Any changes in this state are not save until closed, there is no autosave or save button. You would expect the top right button to close the window any. However that unmarked grey button is just minimising it and it remains on the bottom bar. Open the message filter again and it will just unminimise it. Reboot your docker and the settings since save is where you end up. Solution is to use browser keys CTRL + W which is the shortcut for close window.
-
[Support] ich777 - Application Dockers
omg it was my browser, I had to set allow instead of default ask on clipboard. Somehow this allowed only 1 direction which tricked me into thinking it was a feature/security issue. #FellOnFace