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
  • Brite
  • 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

Offical apps | Community apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Community Packages
  3. 🚀 wger: community package now available

🚀 wger: community package now available

Scheduled Pinned Locked Moved Community Packages
wgerfitnesshealthself-hosted
19 Posts 5 Posters 851 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.
  • R roliG

    @LoudLemur yes, I saw the notes. They all make sense, I'll try to fix them for the next version (specially the one about needing superuser rights for one of the migrations)

    Sometimes users ask how to install the application on their NAS or other docker management system and since the config sometimes needs a bit of massaging and I haven't used that system, I can rarely help directly. So having a working 1-Click install is always useful!

    L
    L
    LoudLemur
    wrote on last edited by
    #9

    @roliG said:

    So having a working 1-Click install is always useful!

    Cloudron lets you install two applications gratis.

    1 Reply Last reply
    2
    • T
      T
      tempinou
      wrote last edited by
      #10

      Hi @loudlemur can we have the 2.7 update ? wger Android app not working with 2.6.

      Thanks for your work and the wger team !

      L 2 Replies Last reply
      2
      • T tempinou

        Hi @loudlemur can we have the 2.7 update ? wger Android app not working with 2.6.

        Thanks for your work and the wger team !

        L
        L
        LoudLemur
        wrote last edited by
        #11

        @tempinou said:

        can we have the 2.7 update ? wger Android app not working with 2.6.

        Thanks for your work and the wger team !

        Thanks for letting us know. Lets get that wger going again for you on Android so you can stay in peak shape! We will get onto it shortly.

        1 Reply Last reply
        1
        • T tempinou

          Hi @loudlemur can we have the 2.7 update ? wger Android app not working with 2.6.

          Thanks for your work and the wger team !

          L
          L
          LoudLemur
          wrote last edited by
          #12

          @tempinou

          We have just updated wger and hope your training schedule wasn't interrupted. Hail Victory!

          T 1 Reply Last reply
          0
          • L LoudLemur

            @tempinou

            We have just updated wger and hope your training schedule wasn't interrupted. Hail Victory!

            T
            T
            tempinou
            wrote last edited by
            #13

            @LoudLemur said:

            @tempinou

            We have just updated wger and hope your training schedule wasn't interrupted. Hail Victory!

            @LoudLemur thanks but finally it's not enough to work. Android Mobile app need powersync for offline sync to launch.

            L 1 Reply Last reply
            0
            • T tempinou

              @LoudLemur said:

              @tempinou

              We have just updated wger and hope your training schedule wasn't interrupted. Hail Victory!

              @LoudLemur thanks but finally it's not enough to work. Android Mobile app need powersync for offline sync to launch.

              L
              L
              LoudLemur
              wrote last edited by LoudLemur
              #14

              @tempinou Thanks, this is tricky but we are investigating it.

              There is some hope. From packaging Langfuse and Windmill, we have learned a way to bundle postgresql. It will require a new, major version. We want to support you with this and will hopefully have it for you soon.

              jdaviescoatesJ 1 Reply Last reply
              1
              • L LoudLemur

                @tempinou Thanks, this is tricky but we are investigating it.

                There is some hope. From packaging Langfuse and Windmill, we have learned a way to bundle postgresql. It will require a new, major version. We want to support you with this and will hopefully have it for you soon.

                jdaviescoatesJ
                jdaviescoatesJ
                jdaviescoates
                wrote last edited by
                #15

                @LoudLemur said:

                we have learned a way to bundle postgresql

                I'm probably missing something, but I'm intrigued as to why that is needed when there is a postgresql addon? 🤔

                I use Cloudron with Gandi & Hetzner

                L 1 Reply Last reply
                1
                • jdaviescoatesJ jdaviescoates

                  @LoudLemur said:

                  we have learned a way to bundle postgresql

                  I'm probably missing something, but I'm intrigued as to why that is needed when there is a postgresql addon? 🤔

                  L
                  L
                  LoudLemur
                  wrote last edited by LoudLemur
                  #16

                  @jdaviescoates said:

                  I'm intrigued as to why that is needed when there is a postgresql addon?

                  You are not missing much. The addon is the obvious choice and we'd prefer it. The catch is that PowerSync doesn't just use the database like wger does: it follows the database's change stream through Postgres logical replication, and the Cloudron addon doesn't enable that.

                  The shared server runs with wal_level=replica, and app database roles don't get the REPLICATION permission. Both are server-wide settings that an app package can't change, and flipping them by hand would affect every app on the box. So the only way for the package to provide PowerSync is to run its own PostgreSQL inside the app, as the Windmill and Langfuse packages already do, with backups still going through Cloudron.

                  @girish If Cloudron ever adds an addon option for logical replication, we could happily switch back to the addon. Any chance of that?

                  https://forum.cloudron.io/post/129817

                  1 Reply Last reply
                  1
                  • L
                    L
                    LoudLemur
                    wrote last edited by
                    #17

                    We have updated the wger package so that it will work with Android and LineageOS (and hopefully GrapheneOS).

                    If people have been able to use it on their device (particularly going offline, saving eg a workout session and then going online again) it would be good to have it confirmed. Would also be great to hear if people have managed to get wger going on LineageOS or GrapheneOS.

                    We hope everybody has been able to keep to their exercise regime.

                    Hail Victory!

                    T 1 Reply Last reply
                    0
                    • R
                      R
                      roliG
                      App Maintainer
                      wrote last edited by
                      #18

                      FYI, it seems postgres 19 won't need the explicit "wal_level = replica", as it will automatically set it if there's a replication

                      1 Reply Last reply
                      2
                      • L LoudLemur

                        We have updated the wger package so that it will work with Android and LineageOS (and hopefully GrapheneOS).

                        If people have been able to use it on their device (particularly going offline, saving eg a workout session and then going online again) it would be good to have it confirmed. Would also be great to hear if people have managed to get wger going on LineageOS or GrapheneOS.

                        We hope everybody has been able to keep to their exercise regime.

                        Hail Victory!

                        T
                        T
                        tempinou
                        wrote last edited by tempinou
                        #19

                        @LoudLemur I can log in now with Android mobile app but sync failed: https://github.com/OrcVole/wger-cloudron/issues/1

                        Resolved Edit: removed from battery optimization and waited some minutes. First sync finally worked. Thanks

                        1 Reply Last reply
                        2

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        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