
Best posts made by girish
-
What's coming in 7.3
Mostly quality of life improvements
Whatβs coming in 7.3
- (mail) Per mailbox quota - message limit and size
- (mail) VERP and bounce management for mailtrain and mautic
SFTP export flag for volumesWe will enhance the web file manager instead- (mail) Virtual all directory in dovecot for search
- (mail) Expose mail queue operations
- (mail) wildcard aliases
- (mail) send as subaddress
- External app links in Dashboard
storj/filebase integrationExpose groups via LDAP: already implemented in a previous release- Set domain of LDAP server
- Configurable TURN server
- Backup integrity
- OpenVPN/Wireguard integration
-
OpenSlides - digital motion and assembly system
OpenSlides is the all-in-one solution for running your plenary meetings and conferences. Show the current presentation on the main screen, while you show the agenda, motions, list of speakers on others. Working on elections and documents in parallel with all participants. Web-based and always up-to-date.
https://openslides.com/en
https://github.com/OpenSlides/OpenSlides -
What's coming in Cloudron 8.0
(We split the features into two release 6.2, 6.3 and 7.0, 8.0 they are tagged appropriately below)
Features planned for 8.0:
- (8.0) Multihost support. i.e you can have many servers and have a single dashboard to manage users, apps and domains - https://git.cloudron.io/cloudron/box/-/issues/142
- (8.0) Implement LDAP+2FA across apps - See https://git.cloudron.io/cloudron/box/-/issues/705
These features are already implemented:
- (6.2) Move apps to new base image v3 - See https://forum.cloudron.io/topic/4366/docker-base-image-3-0
- (6.2) Database upgrades - MySQL 8, Postgres 12, Redis 5, Mongo DB 4.2.
- (6.2) Update node to 14.15.4
- (6.2) Update docker to 20.10.3
Add service account type . This will add a way to create a "service" or bot user that can be used for automation but doesn't appear in LDAP directory queries.Decided against this because of lack of use cases.- (6.2) Make it possible to restore without updating DNS. This is useful if you want to test out cloudron backups.
- (6.2) Add a way to manage apps <-> groups better. Currently, it's hard to get a grip on what apps a user/group has access to easily (maybe add filters as well).
FTP access to volumesThis is complicated, maybe some other release.- (6.2) TLS addon (for DoT in AdguardHome)
Update: 6.2 is out. We will work on 6.3 - https://forum.cloudron.io/topic/4723/what-s-coming-in-cloudron-6-3 . It's a required first step for multi-host.
-
We have a status page
Why let only SaaS providers have shiny status pages
?
We have a self-hosted Uptime Kuma now showing the status of all our public facing selfhosted services - https://status.cloudron.io
-
RE: Cloudron - Gateway to Free Software
@LoudLemur thanks for the kind words
This forum/community plays a big role is keeping us motivated and excited. Personally, I have learnt so much from you guys! I had no idea so many selfhosted apps existed for a start.
Since I based in the valley, I constantly hear "everyone uses gmail", "everyone uses slack" etc. So, whenever I read on the forum about using these different apps everyday, it reinforces the idea that they are enough people out there who have different priorities/values/use cases. For me, this is incredibly valuable feedback.
-
What's coming in 6.0
We are continuing to work on getting many more of the apps published, see the WIP tag. Thanks to the community for really helping us out here!
CHANGE IN PLANS: As mentioned in the 5.4 post, we decided to release some of the features listed here in an intermediary release. I have marked the features below as such.
UPDATE 2: There is now a 5.5
UPDATE 3: There is now a 5.6
UPDATE 4: 6.0
6.0 will be a feature rich release:
- Focal support
- Mailbox sharing - we tried IMAP based mailbox sharing but this doesn't work well for the apps we have. We will instead make it such that a single mailbox can have multiple owners.
- Optimize WP and Nextcloud installations. This is not directly related to box code but we want to speeden things up and optimize the configs since we have a large number of installs with these 2 apps. @MooCloud_Matt has given us a lot of ideas to work with here.
- Unified dashboard for multiple cloudron setups - This will provide a unified auth across cloudron setups plus a single dashboard to control multiple cloudrons. Details are still being worked on and I will post it once I have more info.
- Fix access control for service provider setups - There's a few small issues. Service providers wants admin flag per app, better control of SFTP user management and also to unify PHPMyAdmin across apps. We will see what we can do.
- Mail - Full text search via IMAP (solr integration)
Already released
- (5.4) Dark mode for dashboard
- (5.4) File manager UI to edit the files inside apps. For the initial version, one can only view and edit the files under
/app/data
(i.e one cannot view the files in the read-only parts of the file system. this is because of some technical reasons) - (5.5) Backup upload/download speed - Currently, backups can be quite slow but we have some ideas to speed it up
- (5.4) Allow admin to lock email and display name globally. This essentially makes the LDAP directory non-editable by normal users.
- (5.5) Allow backup and update time to be set. Currently, this is all hard coded and it's causing problems for people working in the night
- (5.6) Mail: Configurable mail server settings - whitelist/blacklist, max message size, tls configuration. In the next release after 6.0, we will make spam settings configurable.
-
What's coming in 7.0 (was 6.4)
This will mostly have email related improvements. There's also a few last mail related migrations to do for multi-host in Cloudron 8 (everything else is migrated, yay).
- Better email monitoring/visibility for admins. @d19dotca raised many important posts and there's also existing ones. We have to read the posts in more detail and discuss internally before we give more details on what we plan to do here.
- Add easier way to setup mailbox redirects
- Add way to setup sieve rules for mailboxes from the dashboard itself. One way we are thinking of doing this is to simply expose mail data via the file manager. Just like how app data is also exposed via file manager. Just to make it easier to use, we will probably add "download"/"restore" action in the mailbox view to add on top of this.
- Backup mail data separately (instead of as part of box code). This will allow restoring and backing up mail stuff separately just like it's an app.
- Add a way to run cronjobs (per app?)
- Operator role for specific app. This new role will allow assigning a user as "operator" for some apps and that user can then view logs, restart app, increase memory limit etc but without being a cloudron admin as such.
- Make it easy to install non-appstore apps.
EDIT: Since we stop supporting Ubuntu 16 from this release, we decided to call this Cloudron 7.0 and not 6.4.
Latest posts made by girish
-
RE: Let's Encrypt Didn't seem to auto-renew
Wanted to update this thread. We found the issue, we will make a release with a fix (7.3.6) asap.
-
RE: How can I interact with the Registry API using cloudron user managment?
@TomsFreitas Ah, good. The proxyauth code has some special logic by detecting the docker client (via user agent). This is the reason it is needed.
-
RE: How can I interact with the Registry API using cloudron user managment?
@TomsFreitas Can you set the user agent string in postman to something like
Docker-Client/20.10.12-ce (ubuntu)
? -
RE: Cannot update due to one tiny app filling up 20GB drive
@jdaviescoates you have to actually delete the swap file
/apps.swap
to get the space back. -
RE: Jirafeau admin password instructions are ambiguous
@jdaviescoates https://docs.cloudron.io/apps/jirafeau/#change-admin-password
I removed the DDG suggestion from both the code and also the docs. I don't know how wise it is to send raw password to search engine...
-
RE: Latest update seems to have similar issue as before, resources not found
@scooke thanks for reporting, think I can reproduce this.
-
RE: How to install Elasticsearch on Mastodon?
@felipebaez it's planned to add an elasticsearch addon but I don't have an ETA. For now, the best bet is to have a elasticsearch outside Cloudron and configure mastodon to use it.
Elasticsearch is quite the beast with memory requirements, so we have to look into how it will fit.
-
RE: Cannot update due to one tiny app filling up 20GB drive
@jdaviescoates Good suggestion, I have fixed the error message.
As for swap, you can see
free -m
to see how much swap your server is using. Overall, swap is just disk space to use as RAM when your actual RAM is full. This is very hard to know if it's needed for your server. But for just uptime kuma on Cloudron, it's probably not needed. -
RE: .htacess in LAMP App using LDAP Authication
@RoboMod You mean activate the ldap module in apache?