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
luckymL

luckym

@luckym
About
Posts
15
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HeyForm - open source form builder
    luckymL luckym

    HeyForm is an open-source form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.

    Features

    • License: GPLv3
    • Versatile Inputs: Up to 40+ form fields supported
    • Logic: Conditional logic and URL redirections for dynamic, adaptable forms
    • Integrations: Connect with webhooks, analytics, marketing platforms, and tools like Zapier
    • Analytics: Detailed analytics, including drop-off rates and completion rates

    Stack

    • Mongodb
    • Redis

    This was open sourced in the last week and posted to Hacker News today. Would be great to have another alternative to Typebot and the somewhat old behemoth LimeSurvey for creating online forms.

    App Wishlist

  • Failed to get release information
    luckymL luckym

    Thanks girish. I tried to curl other sites and that worked fine as well. Also from my local computer curling api.cloudron.io works fine. I then deleted the server and set up a fresh server and tried the curl command first as you suggested. Same issue.

    After that I deleted the server again and set up a new server that also has a IPv4 address instead of IPv6 only. This time the curl command to api.cloudron.io worked and the setup script is currently running just fine ¯_(ツ)_/¯ .

    Support installation

  • Failed to get release information
    luckymL luckym

    @girish

    The setup is basically this, the cheapest Hetzner VPS with a fresh Ubuntu 22.04.3 install. Didn't do anything special, just ssh'd in and ran the three install commands from Cloudrons homepage.

    alt text

    I tried running both of the commands, the first one fails, the second one works:

    root@ubuntu-2gb-nbg1-1:~# curl https://api.cloudron.io/api/v1/releases
    curl: (7) Couldn't connect to server
    root@ubuntu-2gb-nbg1-1:~# host api.cloudron.io
    api.cloudron.io has address 165.227.67.76
    
    Support installation

  • Failed to get release information
    luckymL luckym

    I am getting the same error message on a fresh Hetzner VPS Ubuntu 22.04.3 install.

    => Updating apt and installing script dependencies
    => Validating setup token
    => Checking version
    Failed to get release information
    

    When I look at the logs I get the following output:

    root@ubuntu-2gb-nbg1-1:~# cat /var/log/cloudron-setup.log
    Running cloudron-setup with args : --
    Hit:1 https://mirror.hetzner.com/ubuntu/packages jammy InRelease
    Hit:2 https://mirror.hetzner.com/ubuntu/packages jammy-updates InRelease
    Hit:3 https://mirror.hetzner.com/ubuntu/packages jammy-backports InRelease
    Hit:4 https://mirror.hetzner.com/ubuntu/security jammy-security InRelease
    Reading package lists...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    curl is already the newest version (7.81.0-1ubuntu1.15).
    python3 is already the newest version (3.10.6-1~22.04).
    software-properties-common is already the newest version (0.99.22.9).
    ubuntu-standard is already the newest version (1.481.1).
    0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
    

    Anybody has any ideas what the problem might be? Not sure if it makes a difference but the server only has an IPv6 address.

    Support installation

  • Ability to go back within the installation setup wizard
    luckymL luckym

    Ok, no worries, thank you for confirming!

    Feature Requests installation

  • Ability to go back within the installation setup wizard
    luckymL luckym

    Hi,

    I wanted to restore Cloudron from a backup but in the setup wizard under "Domain Setup" mindlessly filled in the DNS information and clicked next instead of clicking on "Looking to restore".

    Now I'm on the "Welcome to Cloudron" page to set up an admin account without any apparent way to go back to the previous step in the setup.

    I know this is probably not a common use-case but as far as I understand I will have to re-install Ubuntu on the VPS server and then download and re-install Cloudron again, which is maybe around half an hour I would save if there was such a button 🙂

    Is there any way to reset the setup, or go to the restore page via direct link?

    Feature Requests installation

  • Migrating data to non-Cloudron environment
    luckymL luckym

    I'm currently doing the opposite (migrating data from non-Cloudron to Cloudron environment) but I assume it's similar in ways @girish described so just wanted to mention some caveats for people trying this:

    1. It's not possible (or at least not trivially possible) to migrate your users. The Vaultwarden docker image uses sqlite while Cloudron uses mysql. The org that I'm trying to migrate has less than 30 users so I'm ok with having to re-invite everyone to the new instance. But if you're trying to migrate a bigger Vaultwarden installation, you'll either have to figure out how to transfer the users between mysql and the sqlite database, or everyone has to create a new account.

    2. File attachments have to be copied manually. You can't just scp the attachments folder from one server to the other, this means every attachment has to be downloaded manually through the gui and then uploaded again to the new instance.

    Exporting and importing the vault itself was a matter of exporting a json file and then importing it in the new vault. Took less than 5 min.

    Vaultwarden

  • Configure surfer access control for different endpoints other than root
    luckymL luckym

    Ok, thank you!

    Surfer

  • Configure surfer access control for different endpoints other than root
    luckymL luckym

    Hello, I am thinking about using surfer to host a docusaurus site. As far as I understand it's not possible at the moment to protect docs.example.com for let's say all my Cloudron users, and docs.example.com/secret-docs for a specific sub-group of users.

    Is this something that could be added as a feature to surfer?

    I'm new to Cloudron so I'm not sure what the best workaround would be for this use case.

    Surfer

  • How do I downgrade Cloudron subscription to free?
    luckymL luckym

    Hi @potemkin_ai, it sounds like you want to cancel your subscription. Keep in mind that once you cancel your subscription, your apps will keep running but will not receive any more updates.

    Support subscription

  • Chatbot UI for ChatGPT
    luckymL luckym

    I just checked up on this project on Github and even though I couldn't find an official statement from the maintainer, two things point towards it being abandoned.

    1. There has only been one commit since April 2023, which only updated the readme to
    2. Make visitors aware that "Chatbot UI 2.0 is out as an updated, hosted product!"

    There is a Github issue that contains a tweet from the maintainer that promises open sourcing "next week" but next week would have been mid August 2023 and so far nothing has happend.

    App Wishlist

  • Just saying hi!
    luckymL luckym

    @jdaviescoates said in Just saying hi!:

    Why did you do this? 🤔

    I actually didn't really think about it too much, just a common practice to lock down the root user as @BrutalBirdie mentioned 😅 .

    @BrutalBirdie

    Yes, basically I ran adduser cloudron, followed by usermod -aG sudo cloudron, that was it. But yes, it's just on a small VPS server I set up to test things, I will probably move Cloudron over to a fresh install and bigger server in a couple of weeks so it doesn't really matter, just thought I'd mention it as I thought it was unexpected.

    Off-topic

  • Just saying hi!
    luckymL luckym

    @girish @nebulon I created a fresh IONOS Ubuntu 22.04 VPS server, ssh'd into it via root, created a cloudron sudo user, then ssh'd into it via the cloudron user, and then ran the installation script. Did not change the default root password IONOS generates or anything else.

    I don't really need to SSH into the server, I just noticed it and was wondering if this is expected behavior. Just using Terminal app on MacOS I'm getting Permission denied, please try again.

    Off-topic

  • Just saying hi!
    luckymL luckym

    Thank you Tim! Yup, installation was already really painless and I love how active the forums are!

    Off-topic

  • Just saying hi!
    luckymL luckym

    I couldn't find an introductions thread so will just use the off-topic forum 🙂

    I re-discovered self-hosting as a service (is SHaaS a thing even 😬?) like Cloudron a couple of weeks ago after having first read about it a few years ago and then promptly forgotten about it again 🙃.

    The re-discovery was quite exciting because I have both a personal server that I use to host my website, as well as umami and wg-easy (wireguard VPN), and I work for a small non-profit organization based in Berlin where money for software is always always always an issue and the potential of being able to reasonably self-host our software honestly fills my heart with joy.

    So, looking forward to scope out the platform and engage with the community 🙂

    p.s. actually one quick question, does the Cloudron install script mess with Ubuntu users? After installing from a new 'cloudron' sudo user, I can't seem to ssh into the server anymore with either root or the cloudron user ¯\_(ツ)_/¯.

    Off-topic
  • Login

  • Don't have an account? Register

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