Erreur letsencrypt après mise a jour nextcloud du store officiel vers dernière version disponible

Hello, I tried to update the version of nextcloud that is on the official store, I have a problem in the installation logs but I can't find where it can come from? It looks like he is trying to register the domain suggested to the installation interface instead of the one entered!! See screenshot for error message. If anyone has an idea of where it can come from
No description
20 Replies
MOUETTE03
MOUETTE03OP2mo ago
The docker-compose.json file is identical to that of the official store I just modified the docker image to the latest version
InfBoumcyCastle
InfBoumcyCastle2mo ago
I just modified the docker image to the latest version
how did you do that also what do you specified as domain name - and how do you call the app? "choose open method"
MOUETTE03
MOUETTE03OP2mo ago
I modified this line in the docker-compose.json file
No description
InfBoumcyCastle
InfBoumcyCastle2mo ago
please do not edit the app - files. to customize any app follow : https://runtipi.io/docs/guides/customize-app-config
Customize app config
Homeserver management made easy
MOUETTE03
MOUETTE03OP2mo ago
I did not modify it on the official store I recovered the docker-compose.json that I modified and tested on my store in test
MOUETTE03
MOUETTE03OP2mo ago
Yes
InfBoumcyCastle
InfBoumcyCastle2mo ago
do you have a link to that repo to have a look?
MOUETTE03
MOUETTE03OP2mo ago
Sent in private message because I'm starting in all this and want to be sure that everything works before sharing publicly Very complicated for me because I had never touched development before last month. But by doing so, we learn😉
InfBoumcyCastle
InfBoumcyCastle2mo ago
looks good - you do not need the docker-compose.yml btw - this gets created dynamically from the docker-compose.json what do you have configured for the settings in the tipi gui for that app ?
MOUETTE03
MOUETTE03OP2mo ago
We will really say that letsencrypt wants to register the domain name that is suggested and not the one entered it's strange
InfBoumcyCastle
InfBoumcyCastle2mo ago
what do you have configured for the settings in the tipi gui for that app ?
MOUETTE03
MOUETTE03OP2mo ago
Sent in private 👍
InfBoumcyCastle
InfBoumcyCastle2mo ago
GitHub
routers have hard coded names that wont work with the new appstore ...
runtipi-appstore/apps/nextcloud/docker-compose.json Line 37 in f86e0ad "traefik.http.routers.nextcloud.middlewares": "nextcloud,nextcloud_redirect,nextcloud-https", runtipi-apps...
Skullky
Skullky2mo ago
I have prepared this PR. It should be good.
MOUETTE03
MOUETTE03OP2mo ago
tested the corrected version on the official store version and the problem is the same with additional logs
No description
InfBoumcyCastle
InfBoumcyCastle2mo ago
mmh. yeah the pr is not correct, i am pretty sure
InfBoumcyCastle
InfBoumcyCastle2mo ago
GitHub
runtipi-appstore/apps/freshrss-oidc/docker-compose.json at 24c2848d...
Custom Tipi App Store. Contribute to falkheiland/runtipi-appstore development by creating an account on GitHub.
InfBoumcyCastle
InfBoumcyCastle2mo ago
i made a comment in the original issue - for the time being, i suggest try using the nextcloud-mini or my nextcloud-fpm as a template / copy
MOUETTE03
MOUETTE03OP2mo ago
After : 19T00:46:27Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [nextcloud-nextcloud-migrated]: acme: error: 400 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rejectedIdentifier :: Invalid identifiers requested :: Cannot issue for "nextcloud-nextcloud-migrated": Domain name needs at least one dot" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["nextcloud-nextcloud-migrated"] providerName=myresolver.acme routerName=websecure-nextcloud@docker rule=Host(nextcloud-nextcloud-migrated)

Did you find this page helpful?