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.

Archonw

Members
  • Joined

  • Last visited

Everything posted by Archonw

  1. In der Doku steht: # Run the Docker container as the same user ID as the host system: - PGID=1000 - PUID=1000 Das solltest du dann anpassen. Nimm mal PUID: 99 PGID: 100
  2. Archonw replied to Kono's topic in Deutsch
    Schau mal nach DNS-Challenge. Hier ein Video dazu: https://www.youtube.com/watch?v=qlcVx-k-02E
  3. Archonw replied to Kono's topic in Deutsch
    Ohne gültiges SSL geht es schlichtweg nicht das lässt Vaultwarden nicht zu.
  4. @painkiller78 Mache für die neue Frage doch bitte einen eigenen Post auf da das jetzt nichts mehr mit der ursprünglichen Fragestellung zu tun hat, und in diesem hier kannst du die passende Antwort als Lösung markieren.
  5. Grundsätzlich hast du ja 14tägiges Rückgaberecht. Damit könntest du das in aller Ruhe selber testen. Nachteil ist natürlich, du musst dich um einen eventuellen Rückversand bemühen. Zum erreichen von C9. Hast du mal gemessen, wie groß der tatsächliche Unterschied im Energieverbrauch ist wenn du nicht C9 erreichst?
  6. Steht eventuell in den Docker logs der Nextcloud etwas? Oder in der Nextcloud Protokollierung?
  7. Did you use the root password or the user password?
  8. I used: mariadb-upgrade -u root -p'root-password'
  9. Ich habe es auch mit dem docker-compose plugin gemacht. Hier meine funktionierende docker-compose.yml networks: dawarich: services: dawarich_redis: image: redis:7.0-alpine container_name: dawarich_redis command: redis-server networks: - dawarich volumes: - /mnt/cache/appdata/dawarich_shared:/data restart: always healthcheck: test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ] interval: 10s retries: 5 start_period: 30s timeout: 10s dawarich_db: image: postgis/postgis:14-3.5-alpine shm_size: 1G container_name: dawarich_db volumes: - /mnt/cache/appdata/dawarich_db_data:/var/lib/postgresql/data - /mnt/cache/appdata/dawarich_shared:/var/shared # - ./postgresql.conf:/etc/postgresql/postgresql.conf # Optional, uncomment if you want to use a custom config networks: - dawarich environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: password restart: always healthcheck: test: [ "CMD-SHELL", "pg_isready -U postgres -d dawarich_development" ] interval: 10s retries: 5 start_period: 30s timeout: 10s # command: postgres -c config_file=/etc/postgresql/postgresql.conf # Use custom config, uncomment if you want to use a custom config dawarich_app: image: freikin/dawarich:latest container_name: dawarich_app volumes: - /mnt/cache/appdata/dawarich_public:/var/app/public - /mnt/cache/appdata/dawarich_watched:/var/app/tmp/imports/watched networks: - dawarich ports: - 30000:3000 # - 9394:9394 # Prometheus exporter, uncomment if needed stdin_open: true tty: true entrypoint: web-entrypoint.sh command: ['bin/rails', 'server', '-p', '3000', '-b', '::'] restart: on-failure environment: RAILS_ENV: development REDIS_URL: redis://dawarich_redis:6379/0 DATABASE_HOST: dawarich_db DATABASE_USERNAME: postgres DATABASE_PASSWORD: password DATABASE_NAME: dawarich_development MIN_MINUTES_SPENT_IN_CITY: 60 APPLICATION_HOSTS: "meine-gps-domain.de,127.0.0.1" TIME_ZONE: Europe/Berlin APPLICATION_PROTOCOL: http DISTANCE_UNIT: km PROMETHEUS_EXPORTER_ENABLED: false PROMETHEUS_EXPORTER_HOST: 0.0.0.0 PROMETHEUS_EXPORTER_PORT: 9394 ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry logging: driver: "json-file" options: max-size: "100m" max-file: "5" healthcheck: test: [ "CMD-SHELL", "wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'" ] interval: 10s retries: 30 start_period: 30s timeout: 10s depends_on: dawarich_db: condition: service_healthy restart: true dawarich_redis: condition: service_healthy restart: true deploy: resources: limits: cpus: '0.50' # Limit CPU usage to 50% of one core memory: '4G' # Limit memory usage to 4GB dawarich_sidekiq: image: freikin/dawarich:latest container_name: dawarich_sidekiq volumes: - /mnt/cache/appdata/dawarich_public:/var/app/public - /mnt/cache/appdata/dawarich_watched:/var/app/tmp/imports/watched networks: - dawarich stdin_open: true tty: true entrypoint: sidekiq-entrypoint.sh command: ['sidekiq'] restart: on-failure environment: RAILS_ENV: development REDIS_URL: redis://dawarich_redis:6379/0 DATABASE_HOST: dawarich_db DATABASE_USERNAME: postgres DATABASE_PASSWORD: password DATABASE_NAME: dawarich_development APPLICATION_HOSTS: "meine-pgs-domain.de,127.0.0.1" BACKGROUND_PROCESSING_CONCURRENCY: 10 APPLICATION_PROTOCOL: http DISTANCE_UNIT: km PROMETHEUS_EXPORTER_ENABLED: false PROMETHEUS_EXPORTER_HOST: dawarich_app PROMETHEUS_EXPORTER_PORT: 9394 ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry logging: driver: "json-file" options: max-size: "100m" max-file: "5" healthcheck: test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep $${HOSTNAME}" ] interval: 10s retries: 30 start_period: 30s timeout: 10s depends_on: dawarich_db: condition: service_healthy restart: true dawarich_redis: condition: service_healthy restart: true dawarich_app: condition: service_healthy restart: true deploy: resources: limits: cpus: '0.50' # Limit CPU usage to 50% of one core memory: '4G' # Limit memory usage to 4GB volumes: dawarich_db_data: dawarich_shared: dawarich_public: dawarich_watched: Nur die domain (meine-gps-domain.de) durch die Eigene ersetzen.
  10. Archonw replied to troXas19's topic in Deutsch
    Hier hast du sonst schon mal eine docker-compose.yml https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker-compose.sample.yml
  11. I was able to solve it this way: open a console of the mariadb container the tyoe in mysql -u root -p -D nextcloud -N -e " SELECT CONCAT( 'ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME, ' ', 'ROW_FORMAT=DYNAMIC;' ) FROM INFORMATION_SCHEMA.TABLES WHERE ENGINE='InnoDB' AND ROW_FORMAT <> 'DYNAMIC';" | mysql -u root -p nextcloud maybe you need to replace "nextcloud" with your nextcloud database name.\ You will be asked for root password. That's all.
  12. @blaine07These are the line i have set for redis and which works on my hand. 'memcache.local' => '\\OC\\Memcache\\APCu', 'filelocking.enabled' => true, 'memcache.locking' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'redis' => array( 'host' => '192.168.178.207', 'port' => 6380, 'timeout' => 0.0, ), I also don't use a passwort for Redis.
  13. Hello, The "internal error" is because of an incorrect formatting in your config.php. Check again that you have done the exact commenting, a missing comma is enough for Nextcloud to report such an error. You are also welcome to put your changed config.php here again.
  14. Archonw replied to chris1160's topic in Deutsch
    Ich nutze das Script von Mgutt um mein komplettes Appdata und Co zu sichern und komme damit sehr gut zurecht und konnte damit auch schon mehrfach den Ernstfall überleben. Wenn man damit wie auch mit anderen Methoden Wiederherstell, so kopiere ich jedoch zuerst das Backup zurück und starte danach erst die docker Container wieder. So durchlaufen die auch keine mögliche erneute "Ersteinrichtung" da sie ja direkt alle Daten wieder vorliegen haben. Also wenn das Sytem neu ist. Werden erst die Daten aus dem Backup kopiert, un danach die Docker neu ausgerollt. Dann sollte es keinerlei Probleme mit allen gängigen Dockern geben,
  15. Okay, verstehe ich das also richtig, dass es dann Probleme gibt, wenn man per SMB auf die in der Nextcloud abgelegten User Daten zugreifen will? Solange das kein Thema ist sollte das also für mich keine Auswirkungen haben. Ich gebe den Nextcloud-Daten Share nicht über SMB frei und sollte also somit nicht in diese Problematik kommen, richtig?
  16. @MAM59 Ich habe auch eine Nextcloud, und versuche zu verstehen, ob das jetzt auch ein Problem ist, was mir in Zukunft Probleme bereiten könnte. Ich muss aber zugestehen, dass ich noch nicht ganz das eigentlich Problem verstanden habe. Ich habe also auch einen Docker Version, aber nicht die AIO Version am laufen. Ich nutze den Linuxserver Container. Ich mache auch Backups mittels rsync und habe diese auch schon erfolgreich zurück gespielt. Sämtliche meiner Dateien in dem Nextcloud-Daten Ordner gehören nobody:users (99:100) . Ich habe auch mal testweise den AIO laufen lassen, Da ist es nun anders, da gehören sämtlich Daten sshd:sshd (33:33) . Demnach sollte ich auf den Share in dem die AIO Daten liegen niemals "New permissions" ausführen, aber solange ich die Rechte mittels rsync erhalte sollte damit doch ein Backup kein Problem sein. Beim Linuxserver Container sollte demnach auch ein "New permissions" kein Problem sein., oder? Doch du sagtest, sobald die User Anzahl steigt, könnte es mit der Nextcloud problematisch werden. Kannst du mir das eventuell nochmal etwas näher erleutern? Ich möchte sicherstellen, dass ich mit meiner Instanz und jene die ich noch betreue (Verein) nicht auf baldige Probleme stoße, nur weil ich die Nextcloud auf Docker-Basis laufen habe.
  17. @butchooka das klingt gar nicht schlecht wie du das planst. Da hätte ich nichts gegen gelegentlich Updates einzuwenden
  18. @unn4m3dDas ist bei mir auch so. Meine ist derzeit bei über 12GB. Das empfinde ich für meine kleine Instanz schon eindeutig zu viel. Gerade einmal 5 Nutzer greifen darauf zu. Diese Datei enthält aber nicht die logs, sondern all die nötigen Metadaten deiner Dateien in der Nextcloud. Schau doch mal in den Log Ordner selber rein, und was dort in den jeweiligen Logs steht. Da sollte noch mehr zu erfahren sein was das Problem ist.
  19. Hi @Cannon, Um das zu errichen ist hier der grobe Ablauf. 1. SSH-key einrichten, damit du dich ohne Passwort auf dem Pi einloggen kannst. 2. Das Script auf dem Raspberry Pi anlegen 3. Sudoers-Datei editieren, damit du dein Script ohne Passwortabfrage ausführen kannst.
  20. Hi, With this version i got the same error, but everything is still working fine on my side. I don't really know what your issue is, but want to mention that the error, but I wanted to mention that it doesn't necessarily have to be due to this error, and that new photos are also uploaded directly, as you say.
  21. Hast du eine eigene IPv4-Adresse oder bist du hinter DS-Lite bzw. CGNAT und hast lediglich eine "geteilte" ? Schau mal, ob die Adresse in der Fritzbox mit der einer Webseite wie https://www.wieistmeineip.de/ übereinstimmt. Wenn nicht ist der direkt Weg so nicht möglich. Wenn ja schauen wir gerne weiter.
  22. Das was Importiert werden soll, landet das im consume Ordner von Paperless? Kannst du nicht einen SMB Mount einrichten der als Ziel direkt den Consume-Ordner hat? Oder sonst den SMB Mount anlegen und dann mittels user script alle x Minuten verschieben.
  23. Archonw replied to Cannon's topic in Deutsch
    Nimm dir sonst einen Raspberry Pi und Klemm da die USB Platte dran. Ich fand die Fritzbox nicht berauschend, als ich vor einigen Jahren ebenfalls da mal eine Platte dran hatte, was die Geschwindigkeit anbelangt.
  24. Ich würde erstmal runterfahren, dann Kabel ab und wieder dran. Danach neu starten und schauen, ob sich was geändert hat. Wenn nicht. Kann man noch mal die Kabel der Platten tauschen, also Strom und Daten und wieder schauen. Wenn da sich auch nichts ändert, die Platte an einen anderen Rechner anschließen und schauen.
  25. Schau dir dafür z.b. mal Tailscale an. Damit gibts ein VPN das ohne Konfiguration am Router auskommt. Sehr praktisch.

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.