@erikscholz can you try rebooting the server? Sometimes that fixes the docker getting hung.

Posts made by girish
-
RE: Upgrade Netcup to Ubuntu 22.04
-
RE: LAMP for blank websites?
@jayonrails yes, correct.
If you want to host a static site (no php, just html/case/js), choose the surfer app.
-
RE: Danish 🇩🇰 language package
@jayonrails if you would like to translate, please mail us at support@cloudron.io . We can then give you access to our weblate instance.
You can find translators of other languages here with
translator
badge. -
RE: no password when update to 1.11.0
@jayonrails this is only on older instances
-
RE: Domains outside cloudron
@1Psychedelic instead of adding it manually, use https://docs.cloudron.io/apps/#app-proxy . This will prevent it getting overwritten during updates .
-
RE: What's coming in 7.4
@eganonoa that's the last bullet point in the list "Add optional flag for turn addon."
-
RE: Failed to mount (inactive): mount error(13) when mounting CIFS from Synology
@jayonrails said in Failed to mount (inactive): mount error(13) when mounting CIFS from Synology:
Key has been revoked
I think the error is coming from Hetzner . Did you possible revoke your existing key? Maybe you can generate new keys and try?
-
RE: IPv6 in automated DNS propagation
Overall, i have found ipv6 to be quite reliable. There are some bizarre connectivity issues now and then but mostly ok. I guess we should auto detect and enable this by default? Thoughts?
-
RE: IPv6 in automated DNS propagation
After enabling, click the sync DNS button to make it add the AAAA records for existing apps.
For future apps, it will add it automatically.
-
RE: Rotating backup parse error
@tradenet do you see any crashes on the minio side?
Also, can you check if the bucket name is not included in the endpoint url? That's the only check that was added in the patch release.
-
RE: Support email split routing
@gobenizzle unfortunately, no. I was just re-reading this thread. What is your use case for this (sorry, if I missed this).
@tamayers you said use case is "A reason for this (such as my use case) is that you might have inboxes for employees using Google Workplace, Microsoft Exchange, or Cloudron email for user account and then support inboxes for customer inquires or sales that you do not want handled on the same system." I am not sure why this is done, is this to save money because exchange/workspace charges per mailbox?
-
RE: Openvpn & Guacamole Combo Help
@machevalia So, you want guacamole to initiate the VPN connection and then connect to the server? Does guacamole have built-in VPN support? I couldn't find it, so maybe you mean the option below.
Or alternately, maybe you keep the VPN connection always running inside guacamole container (all the time?) and then guacamole is able to connect?
-
RE: LibreTranslate - Package Updates
[1.0.0]
- Initial stable release
- Update LibreTranslate to 1.3.9
-
RE: Let's Encrypt Didn't seem to auto-renew
@matix131997 per the logs atleast, the certs are fine (from yesterday)
Feb 03 10:18:41 box:reverseproxy expiryDate: subject=CN = *.yyy.xxx.tld notBefore=Feb 2 16:20:50 2023 GMT notAfter=May 3 16:20:49 2023 GMT daysLeft=89.2931378587963
Have you tried clearing the browser cache? If you like, you can also send us the domain to support@cloudron.io and we can check on our end.
-
RE: .htacess in LAMP App using LDAP Authentication
@RoboMod In the latest package, I enabled the apache ldap modules. The config below works for me:
<Directory /app/data/public> Options +FollowSymLinks AllowOverride None Require valid-user AuthName "Cloudron LDAP Authentication" AuthBasicProvider ldap AuthType Basic AuthLDAPURL ${CLOUDRON_LDAP_URL}/${CLOUDRON_LDAP_USERS_BASE_DN}?username?sub?(username=*) AuthLDAPBindDN ${CLOUDRON_LDAP_BIND_DN} AuthLDAPBindPassword ${CLOUDRON_LDAP_BIND_PASSWORD} </Directory>
Also, documented in https://docs.cloudron.io/apps/lamp/#ldap
-
RE: Base Image Arm Support
@rossmaclean this is quite a mega project. It's not a priority for us for next few releases, but I am happy to help you along if you are interested.
It's actually not just the base image. Off my head:
- cloudron box code must work. For example, we install x86 binaries for collectd, docker and I am not sure what else.
- base image must be ported
- each addon (mysql, postgres, redis, mongo, graphite, filemanager etc) must be ported
- each app must be ported. many apps use x86 binaries. there's almost 150 of these by now.
I think the appstore (and the app manifest) also needs changes to mark if an app support arm or not.
So... I don't know if you have the apetite for this
It really is a very big project.
-
RE: Referral
@jayonrails FWIW, you can always get started for free. You can put in the referral code later if/when you want to pay.
-
RE: InvoiceNinja - Package Updates
[1.6.60]
- Update Invoice Ninja to 5.5.66
- Full changelog
- Adding additional filter methods by @paulwer in #8227
- Add Webhook for archiving / restoring by @LarsK1 in #8216
- Minor cleanup for filters by @turbo124 in #8232
- Refactor for Observers by @turbo124 in #8237
- Enhance discount label if percentage (closes #8204) by @tissieres in #8226
- Optional user input after a quote is approved. by @turbo124 in #8242
-
RE: Attributes
@privsec This requires a programmer to use the Listmonk API to add subscribers into Listmonk. It's not straightforward if you are not a developer.
Or maybe some lo-code app like n8n can help out here. But I am no expert on those apps, maybe someone else can chime in. I would imagine none of those integrate with Listmonk, so you have to "program" anyways.
-
RE: Option's/Solutions for Jellyfin
@privsec I think the answer depends on whether you want all this media backed up as part of the app. If this is home videos/photos, you probably want to back these up (I use Emby with automatic photo upload from my phone, so I want this). If this content from "various sources" (ha ha), then who cares about backup.
Option 1: media is backed up
Option 2: media is not backed up. you have to back up manually, if you want
Option 3: same as 2. The difference between 2 and 3 is cost but also speed. A storage box from say Hetzner is well suited for servers which are "nearby" . A server in the US won't have a good time with a storage box in Germany. Such a setup might work for backups, but not so well for browsing.I actually use both 1 and 2 in emby. You can add libraries in different paths. Since mine is a home server, I attach multiple external hard disks...
-
RE: Add AWS Melbourne Region to backups
@bbm_noahgilbert Indeed, there is a typo
If you like, you can edit
/home/yellowtent/box/dashboard/dist/js/index.js
. Line 700 has to be changed from:{ name: 'Asia Pacific (Melbourne)', value: 'Asia Pacific (Melbourne)' },
to
{ name: 'Asia Pacific (Melbourne)', value: 'ap-southeast-4' },
Then just refresh the Backups view page in the browser. Does that work?
-
RE: FreeScout - Package Updates
[1.10.19]
- Update FreeScout to 1.8.57
- Full changelog
- Fixed some bugs when making a conversation Unassigned when deleting a user (#2660)
- Fixed some bugs when sending emails separatately to recipients (#2661)
- Fixed fetching emails to multiple mailboxes at once via Cc (#2659)
- Fixed Error occured error when saving draft of a phone conversation without a customer.
- Decrease Starred folder counter when discarding starred draft.
- Fixed populating the subject when creating a New Conversation from existing message (#2662)
-
RE: Let's Encrypt Didn't seem to auto-renew
@matix131997 have you tried domains -> renew all certs already?
-
RE: Let's Encrypt Didn't seem to auto-renew
@jordanurbs what problem are you facing exactly? Click on the renew all button and post the logs, please.
-
RE: Let's Encrypt Didn't seem to auto-renew
@jdaviescoates yes, that's the primary domain in cloudron terminology
-
RE: Domains outside cloudron
@1Psychedelic said in Domains outside cloudron:
I know how to set up DNS, I use a reverse proxy, but my problem is elsewhere...
So, Cloudron is behind a reverse proxy ? The issue is that requests to
cccc.com
are ending up to Cloudron VPS . This seems like a reverse proxy misconfiguration . You have to configure the reverse proxy to makecccc.com
go to VPS-B . -
RE: osTicket - Package Updates
ATM, the app still uses PHP 7.4. This is because the LDAP plugin does not support 8.1 yet - https://github.com/osTicket/osTicket-plugins/issues/233 . Will wait for next release.
-
RE: Let's Encrypt Didn't seem to auto-renew
@humptydumpty iirc, it's on the primary domain i.e installed subdomain.
-
RE: App resets itself
@shrey I have made the package a bit more robust now. Let me know if you can reproduce this again.
-
RE: Easy!Appointments - Package Updates
[1.3.0]
- Email display name support
-
RE: Hermes | Open Source Document Management System
This remind me we had an open bug report for packaging at Mayan EDMS . Wonder what happenned.
Edit: found it . https://gitlab.com/mayan-edms/mayan-edms/-/issues/947
-
RE: Using custom email provider?
@shrey Oh sorry, you want to avoid mailgun. Unfortunately, Ghost only supports mailgun and nothing else - https://ghost.org/docs/faq/mailgun-newsletters/
-
RE: Using custom email provider?
@shrey have you seen https://docs.cloudron.io/apps/ghost/#email already?
-
RE: 3.0 coming?
@hollosch https://github.com/discourse/discourse/tree/main/plugins/chat maybe ? One thing is it doesn't seem to be there in the 2.8 tree. So, it may or may not work standalone.
-
RE: GitHub Pages - Package Updates
[1.17.0]
- Update GitHub Pages to 228
- Full changelog
-
RE: Cloudron 7.3 released
[7.3.6]
- aws: add melbourne region
- Fix display of box backups
- mail usage: fix issue caused by deleted mailboxes
- reverseproxy: fix issue where renewed certs are not written to disk
- support: fix crash when opening tickets with 0 length files
-
Trudesk - help desk/ticketing solution
Open Source Help Desk - Simply Organized.
Quickly resolve issues & task with an easy-to-use solution. Built with one goal in mind, to keep work loads organized and simple. This is the source for Trudesk Community Edition. For the more comprehensive, cloud-hosted version, please see Trudesk Cloud at Trudesk.io.
-
RE: Upgrade Netcup to Ubuntu 22.04
@erikscholz said in Upgrade Netcup to Ubuntu 22.04:
- Upgrade Ubuntu 18.04 and hope for the best. Use a Netcup snapshot if things go bad.
2 is probably the quickest. But on a few VPS I have seen some packages not updating properly (something to do with their mirrors). So, if ubuntu upgrade does not work, try option 1.
-
RE: Let's Encrypt Didn't seem to auto-renew
7.3.6 is out now which should fix this, rolling out slowly.
-
RE: Attributes
@privsec Per https://github.com/knadh/listmonk/issues/105 you have to write a custom form and use the API instead of the built-in form.
-
RE: Gitea minio storage for lfs
@Wirv OK, I don't really know that part since I have never tried LFS myself. I just wanted to get you over the configuration hurdle.
-
RE: Gitea minio storage for lfs
@Wirv It seems that error may be from backblaze b2 and not gitea - https://www.reddit.com/r/backblaze/comments/u9ivrh/malformed_access_key_id/ . The user there succeeded by regenerating the key. Which makes me wonder, does your key have fancy characters like "=" , "/" , "[" or something?
-
RE: Gitea minio storage for lfs
@Wirv said in Gitea minio storage for lfs:
Malformed Access Key Id
In the docs, it says
MINIO_SECRET_ACCESS_KEY = {secret-key}
You have to omit the curly braces . Maybe you put curly braces in your config? Could that be it?
-
RE: Gitea minio storage for lfs
@Wirv Have you seen https://docs.cloudron.io/apps/gitea/#lfs already? Yes, you need an active minio server or external S3 provider.
-
RE: Latest update seems to have similar issue as before, resources not found
@scooke ah, that's correct. you have to update from 1.5.1 to 1.5.2 to 1.5.3 .
-
RE: ProxyAuth Not Working
@rossmaclean Currently, there is a limitation that "auth" stuff (including LDAP integration) cannot be turned on and off dynamically. It is chosen at install time. Since the app didn't have proxyAuth initially, it cannot be turned on later with an update.
Will put a note in the docs.
-
RE: ProxyAuth Not Working
@rossmaclean that should all be needed. But did you try a fresh install instead of updating an existing app ?
-
RE: After updating password no credentials needed to login
@BrutalBirdie Thanks. Also, this has to be reported upstream because this auth code is by them and not Cloudron.
-
RE: App proxy with internal IP does not replace IP in html code
@matthijs that's not possible because HTML/Javascript is opaque "data" and one cannot replace things without understanding what the data is.
For example, the HTML could say "Your IP is NOT xxxxx" or "Your friend is at IP yyyy" or just about anything else. There is no way to reliably replace HTML (other than the app itself).
-
RE: Log location?
@RazielKanos they should be in log viewer (atleast whatever openvpn writes out). Maybe you can turn up the log level for more output.
-
RE: bootstrap3 theme broken after recent update
@gml said in bootstrap3 theme broken after recent update:
Feb 01 10:04:39 [Wed Feb 01 09:04:39.954388 2023] [php:error] [pid 71] [client 172.18.0.1:50568] PHP Fatal error: Uncaught Error: Undefined constant "DOKU_INC" in /app/data/templates/bootstrap3/iconify.php:65\nStack trace:\n#0 {main}\n thrown in /app/data/templates/bootstrap3/iconify.php on line 65, referer: https://<url>?do=admin&page=config
The above error is not PHP related though... I think it's because of a packaging issue, let me check.
Dokuwiki plugins have this problem that they need to have be inside the main code repository paths . This makes updates quite a pain
-
RE: bootstrap3 theme broken after recent update
@gml PHP was updated to 8.1 . Can you check if that theme is compatible ? PHP 7.4 is EOL and won't get updates anymore. I think if the theme does not support it, you have to stay on the older package.
-
RE: After updating password no credentials needed to login
I can't really reproduce this. It works just fine with capital case usernames. I used the same creds as in the report:
export LISTMONK_app__admin_username="Gently2729" export LISTMONK_app__admin_password="ThemePavilionCare"
-
RE: Cloudron not removing expired backups from deleted apps
Alright, so if someone else hits this please leave a note here.
-
RE: After updating password no credentials needed to login
@privsec scary. I will test and put a warning in the docs and the config file.