sse450

Members
  • Posts

    95
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sse450's Achievements

Apprentice

Apprentice (3/14)

1

Reputation

  1. I messed up with official mariadb repo. My apologies.
  2. Upgraded to 6.9.2. If I assign any tag other than latest, pulling image fails. Please find below output for mariadb: Pulling image: linuxserver/mariadb:10.5 TOTAL DATA PULLED: 0 B Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='mariadb' --net='proxy-net' -e TZ="Europe/Minsk" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'MYSQL_ROOT_PASSWORD'='xxxxxxxx' -p '3306:3306/tcp' -v '/mnt/user/appdata/mariadb':'/config':'rw' 'linuxserver/mariadb:10.5' Unable to find image 'linuxserver/mariadb:10.5' locally docker: Error response from daemon: manifest for linuxserver/mariadb:10.5 not found: manifest unknown: manifest unknown. See 'docker run --help'. The command failed. If ":10.5" is removed, all works as expected for the "latest" image. ":10" works as well, but ":10.5" doesn't. It doesn't matter what image you pull. The above one for mariadb is just an example. I would appreciate any hint.
  3. As I wanted to remove disk3 from the array, I tried to move a folder with 35.000 files (recursively) from disk3 to disk4. Used mv /mnt/disk3/thefolder /mnt/disk4/ However, it stopped somewhere in the middle after copying some 16.000 files. Nothing is deleted from the source folder. Then, I did cp -r -p -n /mnt/disk3/thefolder /mnt/disk4/ Can I now safely delete "thefolder" using the following command? rm -rf /mnt/disk3/thefolder Thanks.
  4. I am trying to find out a way to download or export some selected pictures. I would appreciate any hint.
  5. My Unraid, 6.8.3, developed a strange error by itself. All of my dockers shows "version not available". I can reach dockers (for example nextcloud) from the internet. I can ping anywhere from Unraid. So, I assume there is no a network problem. What could be the problem?
  6. @aptalca Thank you for the hint. But, second sentence in your reply is important. It is not very clear tome. I do reverse proxy using LE docker. But, I think that onlyoffice still needs the certs in its /Data/certs directory. Am I wrong? How do just reverse proxying solve that issue without certs in OO docker?
  7. @aptalca , thank you for indicating the readme file. I successfully mounted LE config folder to onlyoffice docker. Howver, I still need to present the certs in the filenames onlyoffice required onlyoffice.crt, onlyoffice.key. Should I use "ln -s" or create a cron job to copy LE certs in the filenames required? I would appreciate any advice. Thank you.
  8. Onlyoffice DS docker needs the certificates installed in /mnt/user/appdata/onlyofficeds/Data/certs folder. I copied the certs from letsencrypt to this folder. It works. But, I need to find a way to automate the certs from LE docker as the static LE certs in onlyoffice docker will expire in max. 3 months. How can I do that? Does a symbolic link to LE certs work? Or should I set a cron job to copy LE certs everyday? Thanks.
  9. I know it is an old thread. But, @livingonline8, thank you very much for the method you explained. I finally could install onlyoffice with nextcloud. I have two questions though: 1. I copied certs from letsencrypt to onlyoffice/Data/certs folder. But what will happen when the certs expire? Should not it be integrated to letsencrypt docker somehow? Will it suffice to create two symbolic links to the LE certs in folder letsencrypt/keys? 2. In the onlyoffice.subdomain.com file, proxy pass directive is using port 443. Isn't it 4430? We use 443 for letsencrypt docker. Thanks.
  10. I am using latest docker image with Calibre 4.5. I cannot enter any non-ascii characters in calibre metadata edit window. However, if I install Calibre on my PC (Ubuntu), then this problem disappears. There must be some char encoding problem with the docker, or I have a misconfiguration. I would appreciate any help.
  11. I am not sure when it started, but having problem with this Calibre docker lately. When double click on the book in the main window, calibre viewer opens in the same main window of Calibre. The problem is there is no control in the viewer to close the viewer and get us back to the main window. So, as soon as I open the viewer, I am stuck with the viewer until I restart the docker. I believe the viewer should open in a new tab. Standalone installations open the viewer in a separate window. Hence, no problem with them. Thanks.
  12. Gosh! So easy. Feeling stupid. Thank you. Sent from my SM-G955F using Tapatalk
  13. I cleared and added a new drive to the array. But ended up with an "unmountable" drive. Here is the screenshot: I would appreciate any hint to fix it. Thank you.
  14. Thank you very much for the docker. Works nicely. I have a request if possible. Would you please install "ingest-attachment" plugin in the docker. Nextcloud needs it for indexing. It can be added by /bin/elasticsearch-plugin install ingest-attachment