@ajtatum Would be great to have the app within Cloudron. Right now it's self-managed by ourselves with Portainer.
Posts made by andreas
-
RE: Plausible (Analytics Platform)
-
RE: Has anyone already tested the VS Code Web IDE in GitLab 15.7
@MooCloud_Matt What do you mean without a file sync?
I already tested to edit files in the Web IDE and committing it back to the repository. That works for me. Only the diff comparison is not working on my side.
-
RE: Has anyone already tested the VS Code Web IDE in GitLab 15.7
@girish That's cool, thanks for providing the instructions. It's working.
To confirm, a restart is not needed, I tried it without.Maybe it would be helpful to add the command to start GitLab rails for feature enabling to the Cloudron GitLab help page.
Before opening the thread, I only pasted the command
Feature.enable(:vscode_web_ide)
into the terminal and got a bash error. -
RE: Has anyone already tested the VS Code Web IDE in GitLab 15.7
@girish I already read about that in the GitLab KB, but I don't know how to access the rails console.
Maybe something to wait better until it's out of beta?
-
Has anyone already tested the VS Code Web IDE in GitLab 15.7
GitLab announced in Version 15.7 the new beta feature for the VS Code Web IDE. I tried to test it, but without success.
Maybe someone in the community tried it with success?
-
RE: Bitwarden Unified Deployment
Thanks for your feedback. Hopefully after the beta it gets part of the Cloudron family.
-
Bitwarden Unified Deployment
Bitwarden announced a new deployment option with low requirements for the hardware:
https://bitwarden.com/de-DE/help/install-and-deploy-unified-beta/@girish @nebulon Is it planned to integrate that into Cloudron?
-
Use Docker Registry with Portainer
Today I set up the docker registry in Cloudron and linked it to the GitLab instance. As we're also using Docker in combination, I tried to add the registry also in Portainer.
It works without any problems, to add it, if you enable TLS and disable the certificate check because they are self-signed as mentioned in the KB article.
To export an image to the registry, you first have to go to images and add the tags with the slug of the repository in GitLab. After that, you're able to export the image.
Doing the same from the Container UI page it failed. Also the browsing the registry via the Portainer UI failed:
Sep 19 09:08:37 time="2022-09-19T07:08:37.105514892Z" level=warning msg="error authorizing context: authorization token required" go.version=go1.16.15 http.request.host="localhost:5000" http.request.id=0f1d08ef-ff99-4921-978e-f332e72c931d http.request.method=GET http.request.referer="https://portainer.example.com/" http.request.remoteaddr=111.112.113.114 http.request.uri="/v2/" http.request.useragent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 172.18.0.1 - gitlab.username [19/Sep/2022:07:08:37 +0000] "GET /v2/ HTTP/1.1" 401 87 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 ::1 - - [19/Sep/2022:07:08:37 +0000] "GET /v2/ HTTP/1.0" 401 87 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 time="2022-09-19T07:08:37.16684767Z" level=info msg="authorized request" go.version=go1.16.15 http.request.host="localhost:5000" http.request.id=04bfc005-02d5-44a2-b970-f83bb1105f77 http.request.method=GET http.request.referer="https://portainer.example.com/" http.request.remoteaddr=111.112.113.114 http.request.uri="/v2/" http.request.useragent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 time="2022-09-19T07:08:37.166918103Z" level=info msg="response completed" go.version=go1.16.15 http.request.host="localhost:5000" http.request.id=04bfc005-02d5-44a2-b970-f83bb1105f77 http.request.method=GET http.request.referer="https://portainer.example.com/" http.request.remoteaddr=111.112.113.114 http.request.uri="/v2/" http.request.useragent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.673273ms http.response.status=200 http.response.written=2 Sep 19 09:08:37 172.18.0.1 - - [19/Sep/2022:07:08:37 +0000] "GET /v2/ HTTP/1.1" 200 2 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 127.0.0.1 - - [19/Sep/2022:07:08:37 +0000] "GET /v2/ HTTP/1.0" 200 2 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 ::1 - - [19/Sep/2022:07:08:37 +0000] "GET /v2/_catalog HTTP/1.0" 401 145 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 time="2022-09-19T07:08:37.28534889Z" level=warning msg="error authorizing context: authorization token required" go.version=go1.16.15 http.request.host="localhost:5000" http.request.id=d8c321cd-4c9d-4063-b274-c06a30de6a6f http.request.method=GET http.request.referer="https://portainer.example.com/" http.request.remoteaddr=111.112.113.114 http.request.uri="/v2/_catalog" http.request.useragent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 172.18.0.1 - gitlab.username [19/Sep/2022:07:08:37 +0000] "GET /v2/_catalog HTTP/1.1" 401 145 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 127.0.0.1 - - [19/Sep/2022:07:08:37 +0000] "GET /v2/_catalog HTTP/1.0" 401 145 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 time="2022-09-19T07:08:37.54718746Z" level=warning msg="error authorizing context: insufficient scope" go.version=go1.16.15 http.request.host="localhost:5000" http.request.id=f1263d9d-17d7-4d84-955b-38bc2779d61e http.request.method=GET http.request.referer="https://portainer.example.com/" http.request.remoteaddr=111.112.113.114 http.request.uri="/v2/_catalog" http.request.useragent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" Sep 19 09:08:37 172.18.0.1 - - [19/Sep/2022:07:08:37 +0000] "GET /v2/_catalog HTTP/1.1" 401 145 "https://portainer.example.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Maybe some API endpoints are not supported, like /v2/_catalog?
The Portainer KB points out, that the official Docker Registry API v2 have to be supported.
Perhaps some else also tried it with Portainer or have some ideas why it doesn't work.
-
RE: Notifications not showing for backup failures with no disk space left
Personally, our requirements are very basic. We wish to have some global notification settings for warnings and alters via email. So if we're not checking our Cloudron dashboard frequently, we nevertheless miss important things to handle as admins.
Failed backups or inaccessible backup locations could be part of these notifications via email.
-
RE: Bug: 500 Error when viewing files via direct link in GitLab web viewer
@nebulon Works. Thanks for the fast fix.
-
RE: Bug: 500 Error when viewing files via direct link in GitLab web viewer
@nebulon Is this error opening files in the GitLab editor also the same? I attached a video from our Cloudron GitLab instance.
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
@scooke said in Installation on an AWS EC2 server (T2.Micro) at AWS China hangs:
@andreas True, it doesn't matter where the host company, or head office is located. Anything in China, for China, is going to be under lots of scrutiny.
Unfortunately true, we must accept this learning curve.
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
@robi I will try that after I have no more options with the Cloudron support team.
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
Email is sent. Same result as before.
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
I think the updates of the packages are the problem that slows all down. I can send the logs after installation if it would help?
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
I terminated the instance to test the whole thing again from the beginning with the recommended settings. This means that the installation will probably take several hours.
Unfortunately the message has overlapped with the termination. I will give you feedback if everything fits or if I have sent the mail to your support address.
With the additional rule the pinging worked, thanks for the great tips and the incredible fast support.
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
It set up the following inbound rule:
and outbound was the standard setting:
Now I also assigned as mentioned the elastic IP but the problem still persists. Also, the ping command gives the same reply with the lost packages.
Have the two steps to be done before the installation with the provided Cloudron script?
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
The installation finished after a few hours after starting the script. It seems to be successfully but I can't reach the setup panel of Cloudron after the installation process. I tested the public domain name of the EC2 server and also the public IP but I can't reach it. Also, to ping the address fails in the command line.
Chrome shows the error message "ERR_CONNECTION_TIMED_OUT"
Maybe it's a wrong configuration in AWS or a problem to install it at AWS China. Do you have an idea what kind of problem it could be?
After I know the right way, I will switch to the recommended server size.
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
Okay, good to know. The decision came from our colleagues on site in China. What would you recommend for an EC2 instance?
-
RE: Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
It seems to be true. Meanwhile, it continues in slow motion.
The pre-installed version cannot be used at AWS China because not all Amazon services are available. Or do I have wrong information here? -
Installation on an AWS EC2 server (T2.Micro) at AWS China hangs
For a separate project I wanted to set up an instance with Cloudron for the Swiss parent company for the organization in Shanghai China at AWS in China.
Currently, the execution of the script is stuck. Maybe someone can help here.