Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
1Psychedelic1

1Psychedelic

@1Psychedelic
About
Posts
8
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Domains outside cloudron
    1Psychedelic1 1Psychedelic

    I already solved it, I simply added a new domain.conf file with the following content to the VPS-A running cloudron:

    server {
      server_name cccc.com;
      location / {
        proxy_pass VPS-B_IP:5678;
        proxy_set_header Host $host;
        proxy_redirect http:// https://;
        proxy_http_version 1.1;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection $connection_upgrade;
      }
    
    
        listen 443 ssl; # managed by Certbot
        ssl_certificate /etc/letsencrypt/live/cccc.com/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/cccc.com/privkey.pem; # managed by Certbot
        include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
        ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
    
    }
    server {
        if ($host = cccc.com) {
            return 301 https://$host$request_uri;
        } # managed by Certbot
    
    
      server_name cccc.com;
        listen 80;
        return 404; # managed by Certbot
    
    }
    
    Support reverseproxy

  • Domains outside cloudron
    1Psychedelic1 1Psychedelic

    @girish But only VPS-A has access to ports 80 and 443, if I switched to VPS-B, I would have to manually configure all ports used by cloudron.

    Support reverseproxy

  • Domains outside cloudron
    1Psychedelic1 1Psychedelic

    I'm sorry, my English is not very good, so I understand that you don't understand me...

    I know how to set up DNS, I use a reverse proxy, but my problem is elsewhere...

    I have added aaaa.com and bbbb.com domain in cloudron, cloudron is running on VPS-A and both domains have one public IP address for example 172.22.0.160.

    Then I have another VPS-B, on this VPS I have the domains cccc.com, dddd.com, eeee.com, gggg.com... Again they all have one public IP 172.22.0.160, only they run on different ports and none of the domains on VPS II are added in cloudron.

    However, when I open the eeee.com domain that runs on VPS-B, I get an error from cloudron:

    You are seeing this page because the DNS record of eeee.com is set to this server's IP but Cloudron has no app configured for this domain.
    

    So after installing cloudron all my projects on all VPS are down, even though they have nothing to do with cloudron. I can only get to the web if I specify the domain and port (eeee.com:8444).

    Sorry again, hopefully it's more understandable now..

    Support reverseproxy

  • Domains outside cloudron
    1Psychedelic1 1Psychedelic

    Hello,

    I have this problem I installed cloudron and it is now blocking all my domains (IP address).

    I have several VPS, but only one public IP address and I need to somehow set cloudron to only pay attention to the domains on the VPS it is running on or only the domains it has added in the settings and leave all other VPS/domains alone.

    Specifically, the following message is displayed:

    You are seeing this page because the DNS record of xxxxx.yy is set to this server's IP but Cloudron has no app configured for this domain.
    

    Is there any way to set this up please? Thanks in advance for the advice.

    Support reverseproxy

  • Proxmox VPS with Ubuntu 22.02
    1Psychedelic1 1Psychedelic

    Thanks for the reply @MooCloud_Matt!

    Proxmox is set to bridge and works with ipv4 without any problem.

    But the problem is probably elsewhere, I tried opening the ipv6 test page on my laptop and it said my provider doesn't support ipv6, which is bullshit. I actually have two public ipv6s assigned from it.

    So I would need to somehow run the installation with only ipv4, is it possible to do that?

    alt text

    Support proxmox ipv6 networking

  • Proxmox VPS with Ubuntu 22.02
    1Psychedelic1 1Psychedelic

    @girish said in Proxmox VPS with Ubuntu 22.02:

    ping ipv4.api.cloudron.io

    yes, works without a problem.
    Can I somehow set it to ignore ipv6 before installation?

    Support proxmox ipv6 networking

  • Proxmox VPS with Ubuntu 22.02
    1Psychedelic1 1Psychedelic

    @girish said in Proxmox VPS with Ubuntu 22.02:

    ping6 ipv6.api.cloudron.io

    Thank you for your answer.
    Unfortunately the address does not match at all, all packets are lost, what could be the cause?

    Same result even if I try to ping the address from my laptop.

    alt text

    Support proxmox ipv6 networking

  • Proxmox VPS with Ubuntu 22.02
    1Psychedelic1 1Psychedelic

    Hey. Hey,

    I have a Proxmox split server into two VPS with Ubuntu-server 22.04 operating system, however I can't install Cloudron on them, it always gets stuck on this error, can anyone help me please?

    Error response from daemon: Get "https://registry.ipv6.docker.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
    2023-01-09T08:05:29 ==> installer: Could not pull cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e276ghg883fsa7332dd88263ea
    Error response from daemon: Get "https://registry.ipv6.docker.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
    2023-01-09T08:05:49 ==> installer: Could not pull cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e276ghg883fsa7332dd88263ea
    Error response from daemon: Get "https://registry.ipv6.docker.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
    2023-01-09T08:06:09 ==> installer: Could not pull cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e276ghg883fsa7332dd88263ea
    Error response from daemon: Get "https://registry.ipv6.docker.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
    2023-01-09T08:06:29 ==> installer: Could not pull cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e276ghg883fsa7332dd88263ea
    Error response from daemon: Get "https://registry.ipv6.docker.com/v2/": dial tcp [2600:1f18:2148:bc01:c4:4967:28eb:1824]:443: i/o timeout
    2023-01-09T08:06:49 ==> installer: Could not pull cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e276ghg883fsa7332dd88263ea
    
    Support proxmox ipv6 networking
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search