Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

huangtf

Members
  • Joined

  • Last visited

Everything posted by huangtf

  1. ***Update I found out i got the above error due to running the update twice. Below is the initial error I'm able to clear all records in the new db using the --clear-schema flag I manage to fix the errors using the below commands php occ config:system:set mysql.utf8mb4 --type boolean --value="true" php occ maintenance:repair then running the conversion again
  2. Hi Findus, Following your guide it seems to work fine, but as my installation is an current installation which i've been using, i'm hit with some errors, i'm wondering if any of u have any idea how i can fix it?
  3. Anyway i manage to migrate the data over to emby/emby server and its working fine now.... BTW, i checked binhex's thread and found that this part was left out coz binhex does not have any spare hardware to test it out...
  4. yes, i tried, and its working for emby/emby container, now i'll have to find ways to migrate it, my registration key does not work on the newly installed docker
  5. Advance is still the same setting to yes does not work
  6. after booting to headless mode
  7. yes, its booted to gui
  8. Yes, i'm on unraid, I'm unsure y xorg is using it....... i'll try to give that container a try if i can.....
  9. I'm using binhex docker, I have rebooted the container and the server itself quite a few times I'm fairly sure my license is enabled...
  10. Hi Guys, I cant get the hardware encoding to work on emby. The gpu was detected and and i have emby premiere. am i doing anything wrong? I've gone thru the guide a few times to ensure i didnt miss out any steps
  11. root@Tower:~# curl https://www.cloudflare.com/ips-v6 2400:cb00::/32 2606:4700::/32 2803:f800::/32 2405:b500::/32 2405:8100::/32 2a06:98c0::/29 2c0f:f248::/32 root@Tower:~# curl https://www.cloudflare.com/ips-v4 173.245.48.0/20 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 141.101.64.0/18 108.162.192.0/18 190.93.240.0/20 188.114.96.0/20 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15 104.16.0.0/12 172.64.0.0/13 131.0.72.0/22 root@Tower:~# looks normal to me
  12. Haha, ok noted, im on my way to work, will run the command after i get back
  13. anyway i manage to get it working by deleting line 258 to 796
  14. /tmp # curl https://www.cloudflare.com/ips-v6 sh: curl: not found /tmp # curl https://www.cloudflare.com/ips-v4 sh: curl: not found
  15. Guys, i need some help, npm have been working fine for me for quite some time, suddenly today it stopped working. below is are some entires from the log. nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [10/26/2020] [10:51:54 PM] [IP Ranges] › ℹ info Fetching https://www.cloudflare.com/ips-v4 [10/26/2020] [10:51:54 PM] [IP Ranges] › ℹ info Fetching https://www.cloudflare.com/ips-v6 [10/26/2020] [10:51:54 PM] [SSL ] › ℹ info Let's Encrypt Renewal Timer initialized [10/26/2020] [10:51:54 PM] [SSL ] › ℹ info Renewing SSL certs close to expiry... [10/26/2020] [10:51:54 PM] [IP Ranges] › ℹ info IP Ranges Renewal Timer initialized [10/26/2020] [10:51:54 PM] [Global ] › ℹ info Backend PID 5616 listening on port 3000 ... [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 on inspection on the following line
  16. Hi Guys, I'm having some issues recently, so after going thru reinstalling trying to downgrade to v1.70 etc, i finally resolve the issue by restoring my backup for appdata, the proxy host works now. However, i'm unable to log in to the gui it shows bad gateway I'm getting lots of errors in the logs. [4/20/2020] [5:49:29 PM] [Migrate ] › ℹ info Current database version: 20190227065017 [4/20/2020] [5:49:29 PM] [Migrate ] › ℹ info [access_list_client] Migrating Up... migration file "20200410143839_access_list_client.js" failed migration failed with error: create table `access_list_client` (`id` int unsigned not null auto_increment primary key, `created_on` datetime not null, `modified_on` datetime not null, `access_list_id` int unsigned not null, `address` varchar(255) not null, `directive` varchar(255) not null, `meta` json not null) - ER_TABLE_EXISTS_ERROR: Table 'access_list_client' already exists [4/20/2020] [5:49:29 PM] [Global ] › ✖ error create table `access_list_client` (`id` int unsigned not null auto_increment primary key, `created_on` datetime not null, `modified_on` datetime not null, `access_list_id` int unsigned not null, `address` varchar(255) not null, `directive` varchar(255) not null, `meta` json not null) - ER_TABLE_EXISTS_ERROR: Table 'access_list_client' already exists [4/20/2020] [5:49:30 PM] [Migrate ] › ℹ info Current database version: 20190227065017 [4/20/2020] [5:49:30 PM] [Migrate ] › ℹ info [access_list_client] Migrating Up... migration file "20200410143839_access_list_client.js" failed migration failed with error: create table `access_list_client` (`id` int unsigned not null auto_increment primary key, `created_on` datetime not null, `modified_on` datetime not null, `access_list_id` int unsigned not null, `address` varchar(255) not null, `directive` varchar(255) not null, `meta` json not null) - ER_TABLE_EXISTS_ERROR: Table 'access_list_client' already exists looks like something to do with access list, but i've not setup anything wif access list, any help will be appreciated. Sorry i'm kinda noob, i may need some help in collecting information for troubleshooting ****Edit****** Hi, I've manage to resolve the problems......

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.