Honestly, not having this and the lack of new apps for businesses was the reason I didn't renew my subscription. Cloudron is definitely the easiest solution to work with, but for $150 a year I anticipated more apps being released over the past year.
AJ Tatum
Posts
-
Cal.com (was Calendso) - Calendly Alternative -
ntfy.sh : self-hostable notifications@nebulon Awesome, thanks!
-
Code Server (Vs code online)@murgero I appreciate it, but I'd prefer an updated version and it be officially supported/maintained by Cloudron.
-
Shlink - Modern URL Shortener@girish - I apologize, but there just seems to be a growing number of apps that people are voting for but aren't getting attention or, for whatever reason, are being pushed aside. Shlink is another URL shortener, yes, but it's perhaps the most comprehensive one that can be self-hosted.
-
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.Does Castopod stand a chance of being supported natively in Cloudron? It looks like I'll have to make another virtual machine for YunoHost or a similar platform.
-
Code Server (Vs code online)So, this thread seems to have died and wanted to revive it as it would be great to have vs-code online be a part of Cloudron. For me, I look to Cloudron to be a platform that hosts publicly facing apps, but have the security with Cloudron. This is something that can be easy to install on Home Assistant or my TrueNAS Scale system, but for it to function it's best it needs to be accessible over HTTPS... and that's where the problem comes in. It may not be "privacy focused" but it's one of the most commonly used development tools and it would be nice to have VS Code IDE available anywhere, whether from my desktop or tablet. Having it within Cloudron would be super helpful.
-
Wireguard VPNWould be great to have wg-easy...
-
Plausible (Analytics Platform)I have this running off my TrueNAS Scale and it works perfectly. I'd really prefer to not have this running there as it's the only app installed that's exposed to the internet (rest are internal apps), so this would be nice to have on Cloudron... and I definitely prefer it over the current selection of analytic solutions.
-
Yaade - Yet Another API Development Environment@girish - Just curious what your thoughts are on this. I know this is more "developer-niche" and not something an average user would use, but it would be a nice addition (and one less thing for me to maintain on some other server, LOL).
-
SerpBear - Open Source Search Engine Position Tracking App -
ntfy.sh : self-hostable notificationsSo, how do I install ntfy.sh on my instance? I don't see it available in the app store. I've been trying to get it to work all day on my TrueNAS but for some reason it's being a real PITA.
-
Yaade - Yet Another API Development EnvironmentYaade is also not available on any other Cloudron-like platforms that I am aware of.
-
Yaade - Yet Another API Development EnvironmentYaade is an open-source, self-hosted, collaborative API development environment.
Features:
- Self-hosted: data never leaves your own server
- Multi-user: manage users and their permissions
- Persistent: even across container or server restarts
- Easy single-file data import / export
- Requests are executed on your machine so you can call localhost as well as remote servers
- Most importantly: dark mode default
Why Cloudron Should Host It
As a developer, I use Postman quite frequently, but I often find myself wanting to test out an API when I'm away from my primary computer. Additionally, Yaade would make it easier to share API examples with a team and manage those users. It would also mean I wouldn't have to reinstall Postman whenever it randomly decides to not work on my machine. -
SerpBear - Open Source Search Engine Position Tracking AppSerpBear is an Open Source Search Engine Position Tracking App. It allows you to track your website's keyword positions in Google and get notified of their positions.
Features
- Unlimited Keywords: Add unlimited domains and unlimited keywords to track their SERP.
- Email Notification: Get notified of your keyword position changes daily/weekly/monthly through email.
- SERP API: SerpBear comes with built-in API that you can use for your marketing & data reporting tools.
- Google Search Console Integration: Get the actual visit count, impressions & more for Each keyword.
- Mobile App: Add the PWA app to your mobile for a better mobile experience.
Stack
- Next.js for Frontend & Backend.
- Sqlite for Database.
IMO, Great Addition For Cloudron
Cloudron already features a variety of applications for small business owners and website operators, and having a tool such as SerpBear would save me a lot of money from using other tools (anywhere from $18-$50+ a month). I do recognize that it's technically not free beyond 10k lookups a month, as you'd have to pay ScrapingAnt fees after that. -
Plausible (Analytics Platform)@girish Sorry to awaken an old thread, but just wanted to give another vote for Plausible. I'm trying to have as few servers as possible, with the servers either being specifically for one or two specific apps or something like Cloudron (my Truenas Scale has a ton of apps, Synology NAS, and Ubuntu with Portainer). For business, looking at this, SerpBear, and Odoo. TrueNas has Odoo but for the other two it looks like I can either try Elest.io or spin up yet another server but try out Easy Panel. I've tried CapRover and had mixed experiences, and they also don't have SerpBear.
-
Shlink - Modern URL ShortenerSorry to revive an old topic, but Shlink is an amazing URL Shortener with a lot more options than Kutt or YOURLS. I've managed to get it working once some time ago, and I do recall it's a pain. My TrueNAS has both the Shlink CLI and UI as Apps, but they don't work and would really love to see this included in Cloudron. I know it's not the easiest app to install, but it has a ton of great features and reporting. Kutt is nice and quick and does the job, but lacks reporting and tracking.
-
Best way to mass import links?I have exported all my Bitly links and was curious what the best way to import ~2k records would be. There's an API call for creating one URL at a time... so I could loop through them with some pacing in between, but was curious if it's possible to access Kutt's database directly and import them that way... or if that's more trouble then it's worth.
Any thoughts would be appreciated!
-
Fetch via proxy unavailable?Hi,
Unless it was removed in a recent version, I installed Miniflux on Cloudron and noticed that the feeds didn't have the option to fetch them via proxy. I've had that option available when I hosted it outside of Cloudron and was just curious about that.
Thanks,
AJ -
Request for npm packages so I can migrate my n8n instance@girish To be honest, I'm not exactly sure. My n8n instance is setup so that the packages allowed are in both the environment file and get loaded as environment variables in the .bashrc script (I know it's doubling, but I can't recall which way worked). When there's an update, I just run npm install n8n@version, and then run pm2 restart and, well, it just works.
-
Web driver / Chrome support?Just wanted to let everyone know that getting this working in Portainer/docker compose is extremely easy and once I setup NGINX Proxy Manager (outside of Cloudron) it's pretty sweet.
Here's the docker compose script I used:
version: '3.3' x-logging: &default-logging options: max-size: "200k" max-file: "10" driver: json-file changedetection: image: ghcr.io/dgtlmoon/changedetection.io:latest container_name: changedetection hostname: changedetection volumes: - changedetection-data:/datastore environment: - PORT=5000 - PGID=${PGID} - PUID=${PUID} - TZ=${TZ} - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/?stealth=1&--disable-web-security=true - BASE_URL=http://192.168.195.150 logging: *default-logging ports: - 5000:5000 restart: unless-stopped browser-chrome: hostname: browser-chrome image: selenium/standalone-chrome-debug:3.141.59 environment: - VNC_NO_PASSWORD=1 - SCREEN_WIDTH=1920 - SCREEN_HEIGHT=1080 - SCREEN_DEPTH=24 logging: *default-logging volumes: - /dev/shm:/dev/shm restart: unless-stopped playwright-chrome: hostname: playwright-chrome image: browserless/chrome:latest restart: unless-stopped environment: - SCREEN_WIDTH=1920 - SCREEN_HEIGHT=1024 - SCREEN_DEPTH=16 - ENABLE_DEBUGGER=false - PREBOOT_CHROME=true - CONNECTION_TIMEOUT=300000 - MAX_CONCURRENT_SESSIONS=10 - CHROME_REFRESH_TIME=600000 - DEFAULT_BLOCK_ADS=true - DEFAULT_STEALTH=true logging: *default-logging volumes: changedetection-data:
PGID and PUID are 1000 in my use case. And TZ, for me, is set to America/New_York.