tjo099 0 Posted April 28, 2018 I really need some help in order to get the maria-websql docker to work. I just needed to do a reinstall, and now my whole website is down. I ofc have the application data and such, but it seems that I cannot do a "drop-over" replacement. I need to get the docker to work in order to get back my webpage. The logs is referring to that I need to use an argument, but where can I insert the --no-check-certificate argument?? Thomas fetching mywebsql files --2018-04-28 20:28:29-- http://sourceforge.net/projects/mywebsql/files/latest/download Resolving sourceforge.net (sourceforge.net)... 216.105.38.13 Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://sourceforge.net/projects/mywebsql/files/latest/download [following] --2018-04-28 20:28:30-- https://sourceforge.net/projects/mywebsql/files/latest/download Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected. ERROR: cannot verify sourceforge.net's certificate, issued by ‘/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA’: Unable to locally verify the issuer's authority. To connect to sourceforge.net insecurely, use `--no-check-certificate'. Archive: mywebsql.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of mywebsql.zip or mywebsql.zip.zip, and cannot find mywebsql.zip.ZIP, period. chown: cannot access ‘/var/www/mywebsql’: No such file or directory *** /etc/my_init.d/002-set-the-website.sh failed with status 1 *** Killing all processes... Quote Share this post Link to post
Squid 1973 Posted April 28, 2018 (edited) What happens if you make a backup of the appdata in question, and then simply point a stock mariaDB app at it, and then use something like MySQLWorkbench to manage it. (Unless I'm misunderstanding what the container is). Either way, it's been removed from the apps tab due to this. Edited April 28, 2018 by Squid Quote Share this post Link to post
tjb_altf4 43 Posted April 29, 2018 (edited) 9 hours ago, Squid said: What happens if you make a backup of the appdata in question, and then simply point a stock mariaDB app at it, and then use something like MySQLWorkbench to manage it. (Unless I'm misunderstanding what the container is). Either way, it's been removed from the apps tab due to this. @thomas.lone The db is in a slightly different spot between this and the vanilla mariadb app. Maria-WebSQL had everything sitting in the top level mariadb folder, vs the vanilla mariadb storing under mariadb/databases (and mariadb/log). I went though this earlier in the year when I upgraded my cache and the system advised I should delete and rebuild my docker.img, old version of Maria-WebSQL was still working fine previously (it's my Kodi db), but the fresh pull threw the above error. As it was beta and I found a note (somewhere) that it was no longer being maintained, I chose to make the move over to the vanilla app. Other than the above mentioned issue with the db location, it was a hassle free change. Edited April 29, 2018 by tjb_altf4 Quote Share this post Link to post
WarDave 0 Posted August 11, 2018 Your DokuWiki version is from 2014 and its a pain to update php and Dokuwiki with in the docker, apt-get update php isn't working from the docker console. Quote Share this post Link to post
dockerPolice 10 Posted August 11, 2018 TBH, I wouldn't expect any updates to be made to this container. Does it work as-is, or is it just out of date? Quote Share this post Link to post
WarDave 0 Posted August 11, 2018 Its working its just so out of date I wouldn't trust it for anything. Quote Share this post Link to post
MajinCookie 0 Posted August 12, 2018 There's no way we can update this? I was happy to be able to use a wiki but as you mentionned it's SO outdated. Is there a way to update it ourselves...? It's the only wiki docker on the app store for unraid.... Quote Share this post Link to post
killeriq 5 Posted October 12, 2018 Hello, seems like this Unimediaserv app isnt working anymore on 6.6.1 Quote Share this post Link to post
Squid 1973 Posted October 12, 2018 8 hours ago, killeriq said: Hello, seems like this Unimediaserv app isnt working anymore on 6.6.1 best to post your docker run command as per https://forums.unraid.net/topic/57181-real-docker-faq/#comment-564345 Quote Share this post Link to post
Abigel 0 Posted January 28 (edited) On 8/12/2018 at 9:37 PM, MajinCookie said: There's no way we can update this? I was happy to be able to use a wiki but as you mentionned it's SO outdated. Is there a way to update it ourselves...? It's the only wiki docker on the app store for unraid.... I am updating the Container over apt get update and apt get upgrade and install the latest php version for the upgrade addon from dokuwiki //EDIT: It doesnt work.. Does anyone have any other solutions? Edited January 28 by Abigel Quote Share this post Link to post
Abigel 0 Posted February 14 Does nobody have a solution for Dokuwiki? So many people use it :( Quote Share this post Link to post
dee31797 24 Posted February 17 On 2/14/2019 at 5:02 PM, Abigel said: Does nobody have a solution for Dokuwiki? So many people use it :( The linuxserver group has a container you should try: https://hub.docker.com/r/linuxserver/dokuwiki Quote Share this post Link to post
dartworth 0 Posted April 24 On 2/17/2019 at 1:35 AM, dee31797 said: The linuxserver group has a container you should try: https://hub.docker.com/r/linuxserver/dokuwiki How does a noob such as myself get this to work? I need dokuwiki in my life Quote Share this post Link to post
dee31797 24 Posted April 28 (edited) On 4/24/2019 at 12:24 AM, dartworth said: How does a noob such as myself get this to work? I need dokuwiki in my life I believe this would work: docker run -d \ --name=dokuwiki \ -p 8443:443 \ -v /docker/appdata/dokuwiki:/config:rw \ linuxserver/dokuwiki The "-p" is the port you want exposed by changing the "8443" to whatever if you don't like 8443. Please note the maintainer left a message "This is a Container in active development by the LinuxServer.io team and is not recommended for use by the general public." Edit: Another docker developer has a container as well if the first doesn't work for you. docker run -d \ --name=dokuwiki \ -p 8880:80 \ -p 8443:443 \ -v /docker/appdata/dokuwiki:/bitnami:rw \ bitnami/dokuwiki Edited April 28 by dee31797 Quote Share this post Link to post
dockerPolice 10 Posted June 22 In an ongoing effort to ensure that only supported and working apps are present within Community Applications, all applications within this repository have now been marked as being deprecated. If the author / maintainer of this repository feels that this is in error, then they may contact the maintainers / moderators of CA for this to be rectified. Note that this move only affects new installations of the applicable applications. Users already having one or more of the affected applications installed will still be able to re-install them via CA's Previous Apps feature without issue. Should a user wish to install any of these applications without having previously installed them, then they may always enable "Show Deprecated Applications" within CA's settings. Quote Share this post Link to post