I installed Nextcloudpi and there is no such a problem with certificate and I'm think this is a better solution.
Beiträge von orlicki12
-
-
I think problem is beacause my router is using port 80 and port forwarding is working only from the internet but is not working from LAN.
-
Yes exactly. So is there any way to fix that? If I use http validation method, I am getting an error:
"Waiting for verification...,
Challenge failed for domain mydomain.duckdns.org,
Challenge failed for domain duckdns.org,"
-
Hi. I have a problem with letsencrypt certificate for my nexctloud. When i type in url: https://mydomain.duckdns.org I receive a message which says: "This server could not prove that it is mydomain.duckdns.org; its security certificate is from *.mydomain.duckdns.org. This may be caused by a misconfiguration or an attacker intercepting your connection." I don't know why there is "*.". It is probably bad configuration of some config file, but I don't know which one. Any ideas?
-
Hello. I installed Nextcloud with Letsencrypt on the basis of this guide :https://www.youtube.com/channe…PA?feature=emb_ch_name_ex
and I have a problem. When I type in https://mydomain.duckdns.org using my phone with turned off WiFi It is working like a charm. But when I type in same adress with WiFi turned on I see my router website. If I have done port forwarding for example port 9000 (only for testing) and i type in mydomain.duckdns.org:9000 with WiFi on, I see Portainer website. So I think Nexctcloud with Letsencrypt must be running on different port. I'm right? Can anyone help me?
-
Is there any way to add possibility to rich Nextcloud by local IP adress? Because when I typing in https://mydomain.duckdns.org localy there is my router site and i can't change it. Everything is working over internet.
-
Ok. I had installed Nextcloud once again by this guide : https://www.youtube.com/watch?…GKfFibc&feature=emb_title
And now it is working. Just I had to change in nextcloud.subdomain.conf this line:
where "mydomain" is just subdomain from duckdns.
-
I tried another guide. And now I am receiving "didn't accept your login certificate, or one may not have been provided. Try contacting the system admin.'
-
Without port number i am still receiving "welcome to the server..."
-
It turns out that if i want to connect Nextcloud from outside of the network by using the phone typing https://mydomain.duckdns.org:443 it is working. But when i type in https://mydomain.duckdns.org:450 there i am still receiving messenge which says:
Welcome to our server
The website is currently being setup under this address.
For help and support, please contact: me@example.com
So I thing that there is no connection beetwen letsencryp and Nextcloud.
-
Ports was 450 to 450 and 82 to 82. I changed it but there is no difference. Letsencrypt logs shows 'server ready', and I even reboot all system after changes to the files.
Code
Alles anzeigen[cont-finish.d] done., [s6-finish] waiting for services., s6-svwait: fatal: supervisor died, [s6-finish] sending all processes the TERM signal., [s6-finish] sending all processes the KILL signal and exiting., [s6-init] making user provided files available at /var/run/s6/etc...exited 0., [s6-init] ensuring user provided files have correct perms...exited 0., [fix-attrs.d] applying ownership & permissions fixes..., [fix-attrs.d] done., [cont-init.d] executing container initialization scripts..., [cont-init.d] 01-envfile: executing... , [cont-init.d] 01-envfile: exited 0., [cont-init.d] 10-adduser: executing... , usermod: no changes, , -------------------------------------, _ (), | | ___ _ __, | | / __| | | / \ , | | \__ \ | | | () |, |_| |___/ |_| \__/, , , Brought to you by linuxserver.io, -------------------------------------, , To support the app dev(s) visit:, Certbot: https://supporters.eff.org/donate/support-work-on-certbot, , To support LSIO projects visit:, https://www.linuxserver.io/donate/, -------------------------------------, GID/UID, -------------------------------------, , User uid: 998, User gid: 100, -------------------------------------, , [cont-init.d] 10-adduser: exited 0., [cont-init.d] 20-config: executing... , [cont-init.d] 20-config: exited 0., [cont-init.d] 30-keygen: executing... , using keys found in /config/keys, [cont-init.d] 30-keygen: exited 0., [cont-init.d] 50-config: executing... , Variables set:, PUID=998, PGID=100, TZ=Europe/Warsaw, URL=mydns.duckdns.org, SUBDOMAINS=wildcard, EXTRA_DOMAINS=, ONLY_SUBDOMAINS=false, VALIDATION=duckdns, DNSPLUGIN=, EMAIL=mymail@gmail.com, STAGING=, , SUBDOMAINS entered, processing, Wildcard cert for mydns.duckdns.org will be requested, E-mail address entered: mymail@gmail.com, duckdns validation is selected, the resulting certificate will only cover the subdomains due to a limitation of duckdns, so it is advised to set the root location to use www.subdomain.duckdns.org, Certificate exists; parameters unchanged; starting nginx, Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please retrieve a free license key from MaxMind,, and add a new env variable "MAXMINDDB_LICENSE_KEY", set to your license key., [cont-init.d] 50-config: exited 0., [cont-init.d] 60-renew: executing... , The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am)., [cont-init.d] 60-renew: exited 0., [cont-init.d] 90-config: executing... , , ******************************************************, ******************************************************, * *, * *, * This image has been deprecated *, * *, * Use the new image at *, * *, * linuxserver/swag *, * *, * https://hub.docker.com/r/linuxserver/swag *, * *, * https://github.com/linuxserver/docker-swag *, * *, * *, * *, ******************************************************, ******************************************************, [cont-init.d] 90-config: exited 0., [cont-init.d] 99-custom-files: executing... , [custom-init] no custom files found exiting..., [cont-init.d] 99-custom-files: exited 0., [cont-init.d] done., [services.d] starting services, [services.d] done., nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html), Server ready,
-
Thanks for answer. There is the stack:
Code
Alles anzeigen--- version: "2" services: nextcloud: image: linuxserver/nextcloud container_name: nextcloud environment: - PUID=998 - PGID=100 - TZ=Europe/Warsaw volumes: - /srv/dev-disk-by-label-Dysk/Dysk/Config/nextcloud:/config - /srv/dev-disk-by-label-Dysk/Dysk/Config/nextcloud/data:/data depends_on: - mariadb restart: unless-stopped mariadb: image: linuxserver/mariadb container_name: mariadb environment: - PUID=998 - PGID=100 - MYSQL_ROOT_PASSWORD= - TZ=Europe/Warsaw volumes: - /srv/dev-disk-by-label-Dysk/Dysk/Config/mariadb:/config restart: unless-stopped letsencrypt: image: linuxserver/letsencrypt container_name: letsencrypt cap_add: - NET_ADMIN environment: - PUID=998 - PGID=100 - TZ=Europe/Warsaw - URL=mydomain@duckdns.org - SUBDOMAINS=wildcard - VALIDATION=duckdns - DUCKDNSTOKEN=mytoken - EMAIL=mymail@gmail.com volumes: - /srv/dev-disk-by-label-Dysk/Dysk/Config/letsencrypt:/config ports: - 450:443 - 82:80 restart: unless-stopped
-
I manualy type in port forwarding 443=>443 for Nextcloud container and Nextcloud login site showed up at https://192.168.1.5:443. When I login it is redirecting me to https://mydomain.duckdns.org/app/files/ and there is no connection.
-
Hello. I installed Nextcloud by this guide:
Externer Inhalt www.youtube.comInhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.Welcome to our server
The website is currently being setup under this address.
For help and support, please contact: me@example.com
Could anyone help me with this?
-
Ok. Just Reset Permissions helped. But now when I type in mydomain.duckdns.org just pops OMV login, when i type in https://mydomain.ducknds.org there is no connection. Any ideas?
-
Hi. I want to install a Nextcloud by this guide https://www.youtube.com/watch?v=4HPXGKfFibc but when I have to change name of nextcloud.subdomain.conf.sample and save it there is a notification that i don't have a permissions to do that. Any ideas what should i do? I'm the newby in OMV.