Everything posted by INTEL
-
WireGuard quickstart
I would appritiate some screenshots of server to server setup, I just cannot figure it out.
-
WireGuard quickstart
Did you figure it out? I also have 2 unraid servers I would like to connect to each other.
-
[Support] AMJidovu - GoAutoYT
If I'm downloading playlist, what should I put in custom download path so it doestn't create folder for every song in playlist, instead just one folder where whole playlist should be downloaded?
-
WireGuard quickstart
Thank's, i figured it won't work like that.
-
WireGuard quickstart
Actualy I'm trying to allow peer to connect to specific VM on my server, or specific docker on my server, and no access to rest of my network. Is that possible?
-
WireGuard quickstart
Is it possible to configure client so it has access only to specific IP adress on the network? Or to specific docker container? I have some docker containers and VM in unraid that has different IP adress, can I somehow route client to have access only to specified docker containers or VM's?
-
[Support] Linuxserver.io - Nextcloud
Managed to sort it out. Opened console window of Nextcloud docker and entered this command: sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices After that I still had one more error, sorted it out with: sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices
-
[Support] Linuxserver.io - Nextcloud
I managed to sort out all errors my Nextcloud was giving me beside this one: There are some warnings regarding your setup. The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster. Missing index "twofactor_providers_uid" in table "oc_twofactor_providers". Missing index "version" in table "oc_whats_new". Missing index "cards_abid" in table "oc_cards". Missing index "cards_prop_abid" in table "oc_cards_properties". Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this. filecache.mtime filecache.storage_mtime Can someown help with this?
-
Unraid 14th Birthday Case Badge Giveaway
Happy birthday! 🥳
-
[REQUEST] Meshcentral
Did you managed to get it working?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
As I thought... I already have that kind of setup running, but on windows server, I was thinking as I have multiple users that needs to connect to their database (different databases, all running firebird), to run firebird docker, and specify user to coresponding database using different subdomain.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
So, VPN connection is my best solution to access database remotley?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I want to reverse proxy firebird database. I have windows app that uses firebird database, my idea is to host that database on unraid server, and access it trough reverse proxy.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I have firebird database in docker that I would like to connect trough nginx, as I understand I need to setup stream module for that to work? Firebird is running on port 3050 and 5000, is there a way so I can forward specific subdomain to specific database in that container trough Nginx, same way I'm forwarding nextcloud or similar container?