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
R

raksahb1248

@raksahb1248
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Running cloudron locally
    R raksahb1248

    Thank you. I am still getting familiar with the code and missed the develop.sh file.

    VPN

  • Running cloudron locally
    R raksahb1248

    Hi,

    I am customizing a version of the cloudron vpn app and wondering how i can run it locally. When i start up the docker image locally it fails because it needs cloudron auth. I get this error when I try to login.

    {
    "status": "Internal Server Error",
    "message": "Issuer.discover() failed.\n    OPError: expected 200 OK, got: 404 Not Found\n    OPError: expected 200 OK, got: 404 Not Found"
    }
    

    d2044e1c-b111-4f16-b11d-cafb5ccfbd0f-image.png

    The actual app will be hosted in the cloud but i wanted to be able to test it locally before uploading the docker image.

    Appreciate any help or direction.

    Thank you

    VPN

  • Added superadmin but he can not see clients I create (and vice versa) in OpenVPN
    R raksahb1248

    Regarding this issue, I looked into this and currently, when a user creates a device/client connection through the portal, the device is registered under the username of the creator and is not visible to other users (screenshot below).

    image.png
    After reviewing the app’s code, this appears to be the current functionality, as seen in the following code snippet:
    https://git.cloudron.io/apps/openvpn-app/-/blob/master/src/openvpn.js?ref_type=heads#L133

    Would it be possible for the Cloudron team to modify this functionality so that the portal returns a list of all clients created under the current OpenVPN app instead?

    To make this request clearer, I have outlined a feature request below:

    Feature Request: Display All Device Keys in OpenVPN portal
    Summary
    As a user, I would like to display all device keys created by any Cloudron user, excluding specific keys (ca.key and cloudron.key) , so that I can view all devices associated with the app and verify their connection status.

    Description
    Currently, the application only lists .key files in the private directory associated with the logged-in user.
    To enhance usability, we propose displaying all device keys created under the OpenVPN app.

    Acceptance Criteria
    The application should filter out ca.key and cloudron.key from the list of .key files.
    The application should correctly extract and display the username and device name from the remaining .key files and display that in the portal.
    Implementation Details
    Filter Key Files:
    Modify the code to filter out ca.key and cloudron.key from the list of .key files.
    https://git.cloudron.io/apps/openvpn-app/-/blob/master/src/openvpn.js?ref_type=heads#L133
    Extract Username and Device Name:
    Update the code to correctly extract the username and device name from the remaining .key files.

    If you require to maintain the current functionality, you could make this feature configurable in the settings for the OpenVPN app.
    I have attached a snapshot of the code change that would be required.

    image.png

    VPN
  • Login

  • Don't have an account? Register

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