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
  1. Cloudron Forum
  2. Uptime Kuma
  3. Question: is there way to do add client VPN...?

Question: is there way to do add client VPN...?

Scheduled Pinned Locked Moved Uptime Kuma
10 Posts 4 Posters 1.9k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ApplegateR
    wrote on last edited by
    #1

    Hi, I not comfortable to exposed port or Public on status for our store. And I want keep safe only exposed is 80 and 443 and 1194 in coffee store. So I prefer use VPN more specific remote IP to ping and port internal network.

    Richard Applegate
    Anthem Coffee and Tea
    Joe Coffee
    IT/Administrator Server/Network

    A 1 Reply Last reply
    0
    • A ApplegateR

      Hi, I not comfortable to exposed port or Public on status for our store. And I want keep safe only exposed is 80 and 443 and 1194 in coffee store. So I prefer use VPN more specific remote IP to ping and port internal network.

      A Offline
      A Offline
      ApplegateR
      wrote on last edited by
      #2

      @ApplegateR I was asking if there way to add vpn client in This docker? Or will work if I install openvpn in This server to pretend client also?

      Richard Applegate
      Anthem Coffee and Tea
      Joe Coffee
      IT/Administrator Server/Network

      girishG 1 Reply Last reply
      0
      • A ApplegateR

        @ApplegateR I was asking if there way to add vpn client in This docker? Or will work if I install openvpn in This server to pretend client also?

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        @ApplegateR Ah, I guess you are asking for a way for Uptime Kuma to make outbound requests via a VPN instead of your server?

        This was indeed worked upon by @Lonkle a while ago but he has not been active in a while. This is in our plans though.

        A LonkleL 2 Replies Last reply
        2
        • girishG girish

          @ApplegateR Ah, I guess you are asking for a way for Uptime Kuma to make outbound requests via a VPN instead of your server?

          This was indeed worked upon by @Lonkle a while ago but he has not been active in a while. This is in our plans though.

          A Offline
          A Offline
          ApplegateR
          wrote on last edited by
          #4

          @girish oooo 👍 up +1 I really look forward it but let hope more creator around world can also do. I not best engineer but learning 🙂

          Richard Applegate
          Anthem Coffee and Tea
          Joe Coffee
          IT/Administrator Server/Network

          fbartelsF 1 Reply Last reply
          0
          • A ApplegateR

            @girish oooo 👍 up +1 I really look forward it but let hope more creator around world can also do. I not best engineer but learning 🙂

            fbartelsF Offline
            fbartelsF Offline
            fbartels
            App Dev
            wrote on last edited by
            #5

            @ApplegateR if a resource is not directly reachable (private network), then Uptime Kuma can use a proxy (configurable per monitor) to reach the system. Can only be used for http checks however, or at least i dont see how it would work for TCP checks.

            I could not find an article explaining this, but https://www.reddit.com/r/selfhosted/comments/vekvve/problem_with_monitoring_websites_behind_authelia/icr8fic?utm_medium=android_app&utm_source=share&context=3 confirms that this is possible.

            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #6

              There is also some cloudflared tunnel integration but I haven't really looked into it further (in the settings page).

              fbartelsF 1 Reply Last reply
              0
              • girishG girish

                There is also some cloudflared tunnel integration but I haven't really looked into it further (in the settings page).

                fbartelsF Offline
                fbartelsF Offline
                fbartels
                App Dev
                wrote on last edited by fbartels
                #7

                @girish i think the cloudflare tunnel integration is intended to make uptime kuma itself accessible.

                I stand corrected. You can also use it for private only access. https://developers.cloudflare.com/cloudflare-one/tutorials/warp-to-tunnel/

                girishG 1 Reply Last reply
                0
                • fbartelsF fbartels

                  @girish i think the cloudflare tunnel integration is intended to make uptime kuma itself accessible.

                  I stand corrected. You can also use it for private only access. https://developers.cloudflare.com/cloudflare-one/tutorials/warp-to-tunnel/

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #8

                  @fbartels also https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy-with-Cloudflare-Tunnel

                  1 Reply Last reply
                  0
                  • girishG girish

                    @ApplegateR Ah, I guess you are asking for a way for Uptime Kuma to make outbound requests via a VPN instead of your server?

                    This was indeed worked upon by @Lonkle a while ago but he has not been active in a while. This is in our plans though.

                    LonkleL Offline
                    LonkleL Offline
                    Lonkle
                    wrote on last edited by
                    #9

                    @girish said in Question: is there way to do add client VPN...?:

                    This was indeed worked upon by @Lonkle a while ago but he has not been active in a while.

                    Yeah, went thru a big life change so I halted my life for a year or so but I still have all my notes and code changes for a VPN tunnel if you ever want to discuss it to make your life easier. Plus, I also have my custom fully functioning OpenVPN client that I run as a Cloudron app. That's not how we agreed it should be done in the end, but it's a good start as far as the architecture needed to build out this feature goes (so it might be helpful to you).

                    girishG 1 Reply Last reply
                    2
                    • LonkleL Lonkle

                      @girish said in Question: is there way to do add client VPN...?:

                      This was indeed worked upon by @Lonkle a while ago but he has not been active in a while.

                      Yeah, went thru a big life change so I halted my life for a year or so but I still have all my notes and code changes for a VPN tunnel if you ever want to discuss it to make your life easier. Plus, I also have my custom fully functioning OpenVPN client that I run as a Cloudron app. That's not how we agreed it should be done in the end, but it's a good start as far as the architecture needed to build out this feature goes (so it might be helpful to you).

                      girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #10

                      @Lonkle Yes please, if you can put your fork and notes somewhere, I can look into incorporating it accordingly.

                      1 Reply Last reply
                      2
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

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