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.

billgogi

Members
  • Joined

  • Last visited

Everything posted by billgogi

  1. Here's my docker-compose config w/ postgres and the new companion container services: invidious: container_name: invidious image: quay.io/invidious/invidious:master restart: unless-stopped ports: - 3291:3000 links: - inv_db - companion environment: # Please read the following file for a comprehensive list of all available # configuration options and their associated syntax: # https://github.com/iv-org/invidious/blob/master/config/config.example.yml INVIDIOUS_CONFIG: | db: dbname: invidious user: kemal password: kemal host: inv_db port: 5432 check_tables: true hmac_key: CHANGE_ME!! invidious_companion: # URL used for the internal communication between invidious and invidious companion # There is no need to change that except if Invidious companion does not run on the same docker compose file. - private_url: "http://companion:8282" # (public) URL used for the communication between your browser and invidious companion # IF you are using a reverse proxy OR accessing invidious from an external IP then you NEED to change this value # Please consult for more doc: https://github.com/unixfox/invidious/blob/invidious-companion/config/config.example.yml#L57-L88 # And make sure to add the routes from the post install when using a reverse proxy! public_url: "http://youtube.home" # IT is NOT recommended to use the same key as HMAC KEY. Generate a new key! # Use the key generated in the 2nd step invidious_companion_key: "CHANGE_ME!!" # external_port: # domain: # https_only: false # statistics_enabled: false healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1 interval: 30s timeout: 5s retries: 2 logging: options: max-size: "1G" max-file: "4" depends_on: - inv_db inv_db: container_name: inv_db # network_mode: bridge image: postgres restart: unless-stopped # set shared memory limit when using docker-compose shm_size: 128mb volumes: - /mnt/user/appdata/invidious/data:/var/lib/postgresql/data environment: POSTGRES_DB: invidious POSTGRES_USER: kemal POSTGRES_PASSWORD: kemal healthcheck: test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] companion: image: quay.io/invidious/invidious-companion:latest environment: # Use the key generated in the 2nd step - SERVER_SECRET_KEY=CHANGE_ME!!--SAME_AS_invidious_companion_key restart: unless-stopped ports: - "127.0.0.1:8282:8282" logging: options: max-size: "1G" max-file: "4" cap_drop: - ALL read_only: true # cache for youtube library volumes: - /mnt/user/appdata/invidious/companioncache:/var/tmp/youtubei.js:rw security_opt: - no-new-privileges:true The companion doesn't seem to work for me as I'm still getting `The media could not be loaded, either because the server or network failed or because the format is not supported.` never mind, it works fine now after I fixed my reverse proxy and opened up my companion since it seems the browser needs to connect to it
  2. Yeah, regular UPS is disabled. Attached the debug package. The first one is with usb, 2nd with modbus (not sure if it makes a difference). nut-debug-20240627001512.zip nut-debug-20240627001803.zip
  3. I have a APC SMC1000C (as detected by NUT: Smart-UPS_1000). When I use USB, I don't see all of the stats (like load %). With apcupsd I can enable modbus and it will connect (though stats still don't look right). However, NUT with modbus does not connect at all (it is enabled on the unit). Here are the logs: ool www[13499]: /usr/local/emhttp/plugins/nut-dw/scripts/start rc.nut: WARNING: NUT was user-configured to disable power management for all USB devices. rc.nut: WARNING: NUT is now forcing all USB devices to permanent [on] power state as requested... rc.nut: Writing NUT configuration... rc.nut: Updating permissions for NUT... rc.nut: Checking if the NUT Runtime Statistics Module should be enabled... rc.nut: Disabling the NUT Runtime Statistics Module... rc.nut: 0.000000#011[D1:15051] debug level is '5' rc.nut: 0.000010#011[D5:15051] send_to_all: SETINFO driver.debug "5" rc.nut: 0.000013#011[D5:15051] send_to_all: SETFLAGS driver.debug RW NUMBER rc.nut: 0.000954#011[D1:15051] Succeeded to become_user(root): now UID=0 GID=0 rc.nut: 0.001036#011[D1:15051] Saving PID 15051 into /var/run/nut/apc_modbus-ups.pid rc.nut: 0.001066#011[D5:15051] send_to_all: SETINFO device.type "ups" rc.nut: 0.001070#011[D5:15051] send_to_all: SETINFO driver.state "init.device" rc.nut: 0.044532#011[D2:15051] _apc_modbus_usb_callback: Matched American Power Conversion Smart-UPS_1000 FW:UPS 04.1 / ID=1018 (USB VID/PID 051d:0003) rc.nut: 0.044557#011[D2:15051] _apc_modbus_usb_callback: Checking American Power Conversion Smart-UPS_1000 FW:UPS 04.1 / ID=1018 (USB VID/PID 051d:0003) report descriptors rc.nut: 0.044661#011[D1:15051] _apc_modbus_usb_callback: Found report ids RX=0x90 TX=0x89 rc.nut: 0.044683#011[D5:15051] send_to_all: SETINFO ups.vendorid "051d" rc.nut: 0.044687#011[D5:15051] send_to_all: SETINFO ups.productid "0003" kernel: usb 3-1: usbfs: process 15051 (apc_modbus) did not claim interface 0 before use rc.nut: 0.060872#011[D5:15051] send_to_all: SETINFO driver.state "init.quiet" rc.nut: 0.060897#011[D5:15051] send_to_all: SETINFO driver.version "2.8.2" rc.nut: 0.060900#011[D5:15051] send_to_all: SETINFO driver.version.internal "0.10" rc.nut: 0.060904#011[D5:15051] send_to_all: SETINFO driver.name "apc_modbus" rc.nut: 0.060907#011[D5:15051] send_to_all: SETINFO driver.state "init.info" rc.nut: 0.663079#011_apc_modbus_read_registers: Read of 516:636 failed: Connection timed out (auto) rc.nut: 1.677325#011Can't read inventory information from the UPS rc.nut: 1.677357#011[D5:15051] send_to_all: SETINFO driver.state "cleanup.upsdrv" rc.nut: 1.677525#011[D5:15051] send_to_all: SETINFO driver.state "cleanup.exit" rc.nut: 1.677533#011[D1:15051] upsnotify: failed to notify about state 4: no notification tech defined, will not spam more about it rc.nut: Network UPS Tools - NUT APC Modbus driver 0.10 (2.8.2) rc.nut: Driver failed to start (exit status=1) rc.nut: Network UPS Tools - UPS driver controller 2.8.2

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.