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.

Anym001

Members
  • Joined

  • Last visited

  1. Dockers Available so far: Bitcoind: Bitcoin Core connects to the Bitcoin peer-to-peer network to download and fully validate blocks and transactions. Electrs: Electrs provides a fast, private, and fully indexed Electrum-compatible API backed by your own Bitcoin Core node.
  2. Summary: Support Thread for Anym001 Application Dockers GitHub: https://github.com/anym001/ Please read the discription of each docker and the variables (some dockers need special variables to run).
  3. Tipp: Vorher unbedingt deine Datenbank sichern! Zuerst in MariaDB einsteigen: docker exec -it <container_name> /bin/bash Danach anmelden: mysql -u $DB_USER -p$DB_PASS $DB_NAME Checken wie der aktuelle Stand ist. (Gegenkontrolle nach dem nachfolgenden Script ebenfalls mit diesem Befehl durchführen) select table_name, row_format from information_schema.tables where table_schema = 'nextcloud' and ENGINE = 'InnoDB'; Zu guter Letzt noch das Script ausführen: #!/bin/bash # Prompt for database credentials read -p "Enter Database Name: " DB_NAME read -p "Enter Username: " DB_USER read -s -p "Enter Password: " DB_PASS echo # Execute all ALTER TABLE statements in one query mysql -u "$DB_USER" -p"$DB_PASS" "$DB_NAME" -Bse " SELECT CONCAT('ALTER TABLE \`', TABLE_NAME, '\` ROW_FORMAT=DYNAMIC;') FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = '$DB_NAME' AND ENGINE = 'InnoDB' " | mysql -u "$DB_USER" -p"$DB_PASS" "$DB_NAME" https://help.nextcloud.com/t/upgrade-to-nextcloud-hub-10-31-0-0-incorrect-row-format-found-in-your-database/218366/12
  4. How does the interaction between the ‘classic’ Linux read/write cache and the ZFS ARC cache actually work? Is data then stored in both caches in parallel? Or is only the ARC cache primarily used and the ‘classic’ Linux read/write cache can be deactivated or reduced? I hope someone here has an explanation for this topic.
  5. Hello, I have updated from 6.12.10 to 7.0.0-beta.1 and then initiated a container update. The container update could not be carried out. -> Update ran in an endless loop. Docker page no longer accessible. Subsequent reboot no longer possible. Cold start necessary and after downgrade to 6.12.10 parity rebuild. Screenshots and diagnostics attached. Reboot attempt, recorded via PiKVM. sirius-diagnostics-20240705_0905.zip
  6. Update works for me without any problems. Many thanks for that. What I don't find so great, however, is that you now must have to register to get the next realeases. Was that really necessary?
  7. Dafür gibt es in Nextcloud eine eigene App. https://apps.nextcloud.com/apps/memories Hier kann sogar eine Demo dafür ausprobiert werden. https://demo.memories.gallery/apps/memories/
  8. @sonic6 Wie würde denn das Wiederherstellen eines solchen backups funktionieren?
  9. Oct 28 01:10:32 Sirius usbhid-ups[19839]: WARNING: send_to_all: write 34 bytes to socket 15 failed (ret=-1), disconnecting: Broken pipe
Oct 28 01:10:42 Sirius usbhid-ups[32495]: upsnotify: failed to notify about state 2: no notification tech defined, will not spam more about it
Oct 28 01:10:43 Sirius upsd[32517]: upsnotify: failed to notify about state 2: no notification tech defined, will not spam more about it
Oct 28 01:10:43 Sirius upsmon[32521]: upsnotify: failed to notify about state 2: no notification tech defined, will not spam more about it I have recently been getting the following error messages in the syslog. Does anyone have an idea what this could mean?
  10. Ich habe dazu, gleich wie du die 3 Phasen vom Shelly 3EM zusammengerechnet, aber zusätzlich diese 3 Phasen beim Recorder deaktivier, damit diese nicht mehr in die Datenbank geschrieben werden. (Siehe -> sensor.shellypro3em_*_active_power) - trigger: - platform: time_pattern seconds: "/10" sensor: - name: ShellyPro3EM aktuelle Leistung Gesamt unique_id: shellypro3em_aktuelle_leistung_gesamt unit_of_measurement: 'W' state: '{{ (states("sensor.shellypro3em_0cb815fcbbd4_phase_a_active_power") | float(0) + states("sensor.shellypro3em_0cb815fcbbd4_phase_b_active_power") | float(0) + states("sensor.shellypro3em_0cb815fcbbd4_phase_c_active_power") | float(0)) | round(2) }}' device_class: power state_class: measurement Recorder Einstellungen: db_url: !secret mariadb_url purge_keep_days: 30 commit_interval: 60 exclude: domains: - device_tracker - sun entity_globs: - sensor.count* - sensor.date* - sensor.time* - sensor.internet_time* - sensor.abfalltermine_* # sonos - switch.*_surround_music_full_volume* - switch.*_surround_enabled* - switch.*_subwoofer_enabled* - switch.*_speech_enhancement* - switch.*_night_sound* - switch.*_loudness* - switch.*_crossfade* - number.*_treble* - number.*_bass* - number.*_gain* - number.*_surround_level* - number.*_sub_gain* - number.*_audio_delay* - binary_sensor.*_microphone* # shelly - sensor.shellypro3em_*_active_power - sensor.*_power_factor - sensor.*_voltage - sensor.*_current - sensor.*_device_temperature* - binary_sensor.*_overheating - binary_sensor.*_overpowering - binary_sensor.*_overvoltage # aqara weather and window sensor - button.lumi*_identify* # aqara smart plug - sensor.lumi*_rms_voltage* - sensor.lumi*_power_factor* - sensor.lumi*_device_temperature* - button.lumi*_identify* entities: # shelly - sensor.steckdose_server_power Bei mir funktionier es unter Entwicklerwerkzeuge > Dienste > Recorder: Purge Entities > Entität auswählen. Ich wähle einfach alle gewünschten Enitäten manuell aus und gehe dann auf Dienst ausführen. Danach 5-10 warten und Neustart. Das hilft normalerweise.
  11. Folgendes Script wird bei mir via UserScripts Plugin beim Array Start ausgeführt: #!/bin/bash znapzend --logto=/var/log/znapzend.log --daemonize Und das sind die Settings für das Backup vom Appdata Share: Der Befehl dafür ist im oberen Post von mir verlinkt.
  12. @d3z1b3l Du müsstest in den Settings noch "Turn off UPS after shutdown" auf "Yes" stellen.
  13. @Markus-Berlin Redis ist zwar prinzipiell nicht notwendig, ich verwende es jedoch auch für das File Locking weil die Performance dadurch gefühlt besser ist. Schaut in meiner config.php wie folgt aus: 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => 'Redis', 'port' => 6379, ), Dazu die offizielle Doku bzw. die Empfehlungen von Nextcloud: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html
  14. Den Container eventuell als root ausführen? (User ID, Group ID)
  15. Hey, after the update to RC6 I can’t access my exclusive access shares in my duplicacy container. For example my Paperless Share has exclusive access enabled. In my Duplicacy Container I mounted /mnt/user to /unraid Here the ls -l command inside the container. Following error message appears when I start a backup for the share „Paperless“. Other Shares for example „backup“ which has no exclusive access works without 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.