Everything posted by pera_perkan
-
Immich docker self-hosted google photos setup
Thanks, i did not see that option at all. This did fix the issue
-
Immich docker self-hosted google photos setup
Hey, i have issue where a lot of images seem to be flagged as duplicate even if they are not, so they dont get uploaded. It is not a small amount, around 600, so i cant edit all of them a bit and the upload them so that hash is different. Is there a way to turn off the duplicate detection?
-
[Support] binhex - qBittorrentVPN
Anyone got problems with VPN not working the best? The speed for me is not constant, it goes up and down all the time. I have tired PIA and ProtonVPN, same problem on both. Any idea on what could the problem be? I used Proxy SOCKS5 with NordVPN and download was rock solid. ProtonVPN: PIA (longer time frame then Proton, still same thing):
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
Update: I used a Ubuntu VM and installed docker on it and all the matrix stuff. I ended up using dendrite since i had some issues with the synapse deployment. For the TURN, i have created cloudflare calls turn credentials and added them to .yaml file and it is now working fine, messages, audio and video calls. Links that were useful for my situation: Deployment of Matrix server: https://www.youtube.com/watch?v=TFDFR6EBG3k TURN cloudflare: https://developers.cloudflare.com/api/operations/calls-turn-key-create , https://developers.cloudflare.com/calls/turn/generate-credentials/#create-a-turn-key Add stickers to server: https://www.youtube.com/watch?v=Yz3H6KJTEI0 In case there are any problems with the deployment, please check the folder structure, make sure to use ../ when it is needed, i know for stickers i needed to change web/packs to ../web/packs in the sticker-import since i only used that.
-
[Support] ich777 - Gameserver Dockers
May be a bit late, but does palworld server support mods? As far as i see the .pak mods should work fine, but the ones that need UE4SS i am not sure. Will they work and if no, is there something that i need to do to make them work?
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
Hello, Im quite new to unraid and self-hosting, but is it possible to use cloudflare tunnels to get messages and audio and video calls to work? If this is possible, do you know of a good resource that would help me get this done since i have not found any guide that is using unraid and coudflare and has set up messages and audio/video calls?