CryoRig

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by CryoRig

  1. Fyi there is a update available for w7 which should enable tls1.2 for rdp sessions... Have not tested it as i have no w7 machine https://support.microsoft.com/en-us/topic/update-to-add-rds-support-for-tls-1-1-and-tls-1-2-in-windows-7-or-windows-server-2008-r2-8aff6954-a80d-411c-c75c-6aeaaab4f570
  2. Looks like @Squid heard you... https://github.com/Squidly271/community.applications/commit/258e80ce6481d2b5f435b1d34a2aab3ce6cc8aa6
  3. So you want to integrate both into CA? Is this your plan or unraids? Sorry if this sounds mean but what the hell? Why would i choose the extremly space inefficient ca style over the current list style? That makes no sense to me... I guess if this is happening i should look for a different managment for my containers Edit Please don't take this wrong. I am not saying ca looks bad, just that the catalog style that works great for ca doesn't work for managment of a whole range of containers/plugin lists. At least in my opinion.
  4. As its "just" an annoyance not a problem, i understand that you probably don't want to invest much time into adding an option to disable it... As to why I don't really see the usecase for myself. It shows that i have container or plugins which need updates That functionality is already there. Plugin/docker page. In my case i have some container that i can't update for compatibility resons, which means it is always there blinking like something is wrong... It also feels like its taking longer to load, probably just placebo but again "just" annoying. I hope that explains the why
  5. @DarkKnight Did you find a way to disable it?
  6. Honestly, i think you should wait till the actual release of 1.5 Just a few seconds ago someone commited a patch to try and mitigate a brute force vector... I dont think that 1.5 is "production" ready Second, no clue if they are also going to rewrite the client container or not (alpine)
  7. @hot22shot@Taddeusz its a known problem with how guac and libssh read some types of ssh keys Good news its fixed but its not out yet Guacamole Issues: 745 / 945 / 1504 https://github.com/apache/guacamole-server/pull/349 https://issues.apache.org/jira/browse/GUACAMOLE-745 Which means you have to buils a dev version of guac or wait for the next release...
  8. Thank you very much! Looks like that fixed my audio glitches 👍
  9. Can we get an update to 1.4? Apparently fixes the RDP Audio Problems --> https://guacamole.apache.org/releases/1.4.0/
  10. --> /mnt/user/appdata/quake3/.q3a/baseq3 like you wrote in the CA Template
  11. all the pak[0-8].pk3 are there -rwxrwx--- 1 nobody users 479493658 Mar 21 18:53 pak0.pk3* -rwxrwx--- 1 nobody users 374405 Mar 21 18:53 pak1.pk3* -rwxrwx--- 1 nobody users 7511182 Mar 21 18:53 pak2.pk3* -rwxrwx--- 1 nobody users 276305 Mar 21 18:53 pak3.pk3* -rwxrwx--- 1 nobody users 9600350 Mar 21 18:53 pak4.pk3* -rwxrwx--- 1 nobody users 191872 Mar 21 18:53 pak5.pk3* -rwxrwx--- 1 nobody users 7346884 Mar 21 18:53 pak6.pk3* -rwxrwx--- 1 nobody users 320873 Mar 21 18:53 pak7.pk3* -rwxrwx--- 1 nobody users 454478 Mar 21 18:53 pak8.pk3*
  12. Quake 3 Fails to start after i added the pak0.pk3 file, the server stopps with this error: ----- FS_Startup ----- Current search path: /quake3/.q3a/demota /quake3/demota /quake3/q3ded/demota ---------------------- 0 files in pk3 files Sys_Error: Couldn't load default.cfg ---Checking if UID: 99 matches user--- usermod: no changes ---Checking if GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Checking if Quake3 is installed--- ---Quake 3 found, continuing...--- ---Starting...--- ---Checking if .pk3 files are present--- ---pak0.pk3 found, continuing--- ---Prepare Server--- ---Checking if 'server.cfg' is present--- ---'server.cfg' found, continuing--- ---Checking if 'maprotation.cfg' is present--- ---'maprotation.cfg' found, continuing--- ---Server ready--- ---Starting server--- Q3 1.32c linux-i386 May 8 2006 ----- FS_Startup ----- Current search path: /quake3/.q3a/baseq3 /quake3/baseq3 /quake3/q3ded/baseq3 ---------------------- 0 files in pk3 files Running in restricted demo mode. ----- FS_Startup ----- Current search path: /quake3/.q3a/demota /quake3/demota /quake3/q3ded/demota ---------------------- 0 files in pk3 files Sys_Error: Couldn't load default.cfg
  13. The removal of the plugin does not reset to the previous theme... in my case i had the black theme active before i installed the plugion after removal of the plugin the white theme got activated not a big issue, just thought i would bring it up
  14. unRaid is, as the name says, not a RAID You could only get more speed with multiple files distributed on multiple disks
  15. I would very much like a logout function Would this work? https://stackoverflow.com/a/492926
  16. There is a plugin for that function Search for backup restore in CA
  17. could you post your script? its a PITA to do this by hand Gesendet von iPhone mit Tapatalk
  18. I would like a function to pause all Dockers while the Parity Sync is active and unpause them when finished Maybe an option in the Settings to enable / disable this per Container https://docs.docker.com/engine/reference/commandline/pause/ https://docs.docker.com/engine/reference/commandline/unpause
  19. Thx, worked my app only accepts .crt and .key and not the .pem versions... thx for the help
  20. I add it like this, after a restart, or stop and start, it just falls back to the standard crontab that comes with the container... Any Idea what this could be? # do daily/weekly/monthly maintenance # min hour day month weekday command */15 * * * * run-parts /etc/periodic/15min 0 * * * * run-parts /etc/periodic/hourly 0 2 * * * run-parts /etc/periodic/daily 0 3 * * 6 run-parts /etc/periodic/weekly 0 5 1 * * run-parts /etc/periodic/monthly # renew letsencrypt certs 8 2 * * * /app/le-renew.sh >> /config/log/letsencrypt/letsencrypt.log 2>&1 * /2 * * * cp -u /etc/letsencrypt/live/3li.duckdns.org/chain.pem /etc/letsencrypt/live/3li.duckdns.org/chain.crt \ && cp -u /etc/letsencrypt/live/sub.domain.tld/fullchain.pem /etc/letsencrypt/live/sub.domain.tld/fullchain.crt \ && cp -u /etc/letsencrypt/live/sub.domain.tld/privkey.pem /etc/letsencrypt/live/sub.domain.tld/privkey.key \ && cp -u /etc/letsencrypt/live/sub.domain.tld/cert.pem /etc/letsencrypt/live/sub.domain.tld/cert.crt btw if you now a better way to rename the Certs to .crt and .key, i'm all ears ^^ EDIT: forgot to mention that i'm using the linuxserver/letsencrypt-Container and not yours Aptalca, maybe theirs is different for some reason...
  21. Hi, Is there any way to permanently add something to the crontab? If i just add it normally, it vanishes on the next restart of the container