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
arshsahzadA

Arsh Sahzad

@arshsahzad
About
Posts
63
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Add Storj as Backup option
    arshsahzadA arshsahzad

    hi @girish, It's a good time to add storj as a backup solution in cloudron natively,

    storjj.png

    I was a beta user of Storj.io (Tardigrade.io) in 2019, now for the last 5 months, I'm using storj.io as my main object storage provider due to pricing, never got any problem yet...

    Feature Requests

  • Filebrowser
    arshsahzadA arshsahzad

    File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface.

    Docs: https://filebrowser.org/
    GitHub: https://github.com/filebrowser/filebrowser
    Docker: https://hub.docker.com/r/filebrowser/filebrowser

    App Wishlist

  • Cloudflared as proxy for home hosting
    arshsahzadA arshsahzad

    Hi @JOduMonT,

    I ran Cloudron with a combination of Tailscale & Cloudflared for two weeks without a public IP at my home setup. So far, everything was working well and I didn't encounter any significant issues. Below is the process that I followed:

    1# I had two servers - one for Cloudron and the second with docker and docker-compose. Tailscale was installed and configured with Tailscale IP on both servers. The automatic domain configured was disabled in Cloudron and was set manually.

    2# I ran the docker-compose.yml file on the second server using the following:

    version: '3.8'
    services:
      tunnel:
        image: 'ghcr.io/shmick/docker-cloudflared'
        container_name: tunnel
        hostname: tunnel
        restart: unless-stopped
        user: 1000:1000
        env_file:
         - $PWD/tunnel.env
        volumes:
          - /etc/timezone:/etc/timezone:ro
        command: tunnel run
        network_mode: host
    

    TUNNEL_TOKEN={TUNNEL-TOKEN}
    

    3# I set up and configured the domain in the Cloudflared UI, and used HTTPS for the Cloudron Tailscale IP with No TLS Verify enabled.

    Feature Requests cloudflare reverseproxy vpn homeserver

  • Error 500 - Unable to Change Repo Path URL
    arshsahzadA arshsahzad

    @girish Increased the memory to 8GB, noting changes, launched a new container, is working fine, and will export all existing repo to the new Gitlab container...

    GitLab

  • Customize Themes of Docker Registry UI
    arshsahzadA arshsahzad

    Hi Team,
    I didn't find the ENV file for the customization of the Docker Registry UI

    URL Themes ENVs

    Docker Registry

  • Manual invoice payment support
    arshsahzadA arshsahzad

    @nebulon This was the feature I was requesting for a while, thanks for the implementation.

    Announcements

  • daedalOS
    arshsahzadA arshsahzad

    @timconsidine I created a web-based portfolio, It replicates the features of windows 10 named Windfolio (Windows + Portfolio). The user has to just configure the user.config file and can easily deploy on the netlify.

    URL: https://www.arsh.dev/link/windfolio/
    GitHub: https://github.com/arshsahzad/Windfolio
    Config File: https://github.com/arshsahzad/Windfolio/blob/main/src/utils/data/user.config.js

    Off-topic

  • Alternate SMTP Plugin for WordPress
    arshsahzadA arshsahzad

    When a new wordpress installation takes place in the cloudron server, It is packed with default SMTP Mailer By naa986 Plugin, It is a lightweight SMTP plugin, but it has a major drawback, It does not have the option for the email logs, which is very useful sometimes if the email didn't delivered to the recipient

    I'm using an alternate SMTP plugin from last 2 years By Yehuda Hassine

    Capture.PNG

    1. It has an email logs system, which is very useful.
    2. 70K+ wordpress installation, more than the default SMTP Mailer.
    3. Tested with wordpress 5.7.2.
    4. Lightweight SMTP plugin & totally free.

    If possible, consider WP SMTP ​By Yehuda Hassine for default installation in the wordpress

    WordPress (Managed)

  • Domain Configure for MinIO API
    arshsahzadA arshsahzad

    I got the solution for configuring the domain in the MinIO docker container:

    Just make these changes in the mino.env

    MINIO_SITE_NAME=***
    MINIO_SITE_REGION=***
    MINIO_ROOT_USER=***
    MINIO_ROOT_PASSWORD=***
    MINIO_SERVER_URL=https://api.example.com
    MINIO_BROWSER_REDIRECT_URL=https://minio.example.com
    
    Off-topic

  • Vaultwarden - Can not send email anymore (STARTTLS error)
    arshsahzadA arshsahzad

    @girish Thanks for a quick fix, It's now working

    Vaultwarden vaultwarden email smtp starttls bitwarden

  • Customize Themes of Docker Registry UI
    arshsahzadA arshsahzad

    Hi @girish, Thanks for the quick fix, It's working as expected

    Docker Registry

  • Gitlab how to run container registry
    arshsahzadA arshsahzad

    Hi @girish, I have not yet looked into the document, I will let you know...

    GitLab gitlab

  • Dynamic enable/disable of proxyAuth configuration
    arshsahzadA arshsahzad

    How proxyAuth can be enabled for the App Proxy applications?

    Feature Requests

  • User Management is not working
    arshsahzadA arshsahzad

    @msbt Thanks, now it's working

    Support user management

  • App Proxy + VPN
    arshsahzadA arshsahzad

    Hi @malvim,

    You can use Tailscale IP for the App Proxy, provided that Tailscale is set up on both servers

    Support app proxy

  • Pull GitHub Repositories to GitLab CE
    arshsahzadA arshsahzad

    Pull feature is already available for GitLab EE users, it is just like mirroring repo in Gitea/Gogs from any SCM.

    Is there is any way to continuous mirror/pull the GitHub repository to GitLab CE through any other methods like n8n automation or any method....

    Off-topic

  • daedalOS
    arshsahzadA arshsahzad

    @timconsidine If you need any help regarding configuration, just let me know

    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