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. App Wishlist
  3. Foundry Virtual Tabletop

Foundry Virtual Tabletop

Scheduled Pinned Locked Moved App Wishlist
61 Posts 12 Posters 9.0k Views 13 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.
  • J JLX89

    @BrutalBirdie Quick question, I've got the image pushed to my custom registry on Cloudron, but when trying to install it I get an error:

    App installation error: No CloudronManifest.json found

    Any thoughts on this by chance? I followed the steps here in this topic and on your Github, including adding: $(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)

    BrutalBirdieB Offline
    BrutalBirdieB Offline
    BrutalBirdie
    Partner
    wrote on last edited by
    #35

    @JLX89 said in Foundry Virtual Tabletop:

    I've got the image pushed to my custom registry on Cloudron

    Not needed. Since my Image is publicly available.
    You can just do the following:

    asciicast

    The error No CloudronManifest.json found means you don't have that file 😄
    Are you inside the repo?
    For now maybe follow my little terminal recording, and YES you can copy from there 🙂

    Like my work? Consider donating a drink. Cheers!

    1 Reply Last reply
    0
    • J JLX89

      @BrutalBirdie Quick question, I've got the image pushed to my custom registry on Cloudron, but when trying to install it I get an error:

      App installation error: No CloudronManifest.json found

      Any thoughts on this by chance? I followed the steps here in this topic and on your Github, including adding: $(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)

      BrutalBirdieB Offline
      BrutalBirdieB Offline
      BrutalBirdie
      Partner
      wrote on last edited by
      #36

      @JLX89 Also thanks for indirectly pointing out that the README was not clear enough.
      I also updated the README in my github repo.

      Like my work? Consider donating a drink. Cheers!

      J 1 Reply Last reply
      0
      • BrutalBirdieB BrutalBirdie

        @JLX89 Also thanks for indirectly pointing out that the README was not clear enough.
        I also updated the README in my github repo.

        J Offline
        J Offline
        JLX89
        wrote on last edited by
        #37

        @BrutalBirdie Thank you, that helps quite a bit. The only step I'm unclear on based on your README and the video. Seems you start in /tmp/cloudron, do you start out with say a LAMP app , or just directly ssh into your cloudron server?

        I basically pulled your Docker Hub image to my local computer, then pushed it by tag to the Cloudron Private Docker Registry and attempted to install using that method as outlined in the Install section of the README. At that point, that is where I got the App installation error: No CloudronManifest.json found error.

        @BrutalBirdie I really appreciate your help -- this is the first time I'm doing this.

        1 Reply Last reply
        0
        • BrutalBirdieB Offline
          BrutalBirdieB Offline
          BrutalBirdie
          Partner
          wrote on last edited by BrutalBirdie
          #38

          To install a custom app, you need the cloudron-cli on your local PC, not the Cloudron server.

          Then you clone the git repository of the custom app you want to install, like I did in the video.
          cd into the repository and do exactly what I did.

          The error you get means you are not in the repository of the app, the CloudronManifest.json is missing in your current folder.

          In the video I only start in /tmp/cloudron because its a demo and I want that stuff to be deleted automatically after I am done with my day.
          You can clone the repo where ever you like.


          And again, no need to pull the Image first and push it to your registry, even if you have it configured in your Cloudron server.
          You can just copy paste from my terminal recording and it should work. (just replace the --location with your desired location).
          My image is publicly available and the server can pull it even if you have a private docker registry configured.

          Like my work? Consider donating a drink. Cheers!

          J 1 Reply Last reply
          0
          • robiR Offline
            robiR Offline
            robi
            wrote on last edited by
            #39

            Seems like there should be a way to just pull it directly from your registry w/o the git clone.

            Conscious tech

            1 Reply Last reply
            0
            • BrutalBirdieB BrutalBirdie

              To install a custom app, you need the cloudron-cli on your local PC, not the Cloudron server.

              Then you clone the git repository of the custom app you want to install, like I did in the video.
              cd into the repository and do exactly what I did.

              The error you get means you are not in the repository of the app, the CloudronManifest.json is missing in your current folder.

              In the video I only start in /tmp/cloudron because its a demo and I want that stuff to be deleted automatically after I am done with my day.
              You can clone the repo where ever you like.


              And again, no need to pull the Image first and push it to your registry, even if you have it configured in your Cloudron server.
              You can just copy paste from my terminal recording and it should work. (just replace the --location with your desired location).
              My image is publicly available and the server can pull it even if you have a private docker registry configured.

              J Offline
              J Offline
              JLX89
              wrote on last edited by
              #40

              @BrutalBirdie Thanks for following up, that makes a lot more sense. I already have the cloudron-cli installed on my local machine and it's a lot more clear on the tmp/cloudron directory now, thank you for clearing that up.

              As far as the CloudronManifest.json, I was getting that error because I was pulling the Docker image down to my local machine and then pushing the entire image to the Private Docker Registry on my Cloudron instance.

              There was a misunderstanding on my part, when following the various docs I was following:

              • Cloudron CLI
              • Packaging Tutorial
              • Private Docker Registry Settings
              • Docker Registry

              I'll take another swing at this and really appreciate your help!

              @robi said in Foundry Virtual Tabletop:

              Seems like there should be a way to just pull it directly from your registry w/o the git clone.

              I originally thought this was the case, thinking that you had to enable the Private Docker Registry and use the cloudron-cli to just push the image to your Cloudron instance and install the app.

              1 Reply Last reply
              0
              • BrutalBirdieB BrutalBirdie

                @RazielKanos The packaging I done does not comply with the Cloudron Team standards for packaging apps for the appstore.
                There are life cycle tests missing to automate the whole release process.

                Also since VTT requires a license to even download the latest version (or any version) this package needs to be maintained by someone with a license.

                Also the possible life cycle tests are near endless with this software since it is extendable by thousands of plugins.

                So there is work that needs to be done.
                I could do that, but right now I have no time.

                TheMeerkatT Offline
                TheMeerkatT Offline
                TheMeerkat
                wrote on last edited by
                #41

                @BrutalBirdie said in Foundry Virtual Tabletop:

                Also since VTT requires a license to even download the latest version (or any version) this package needs to be maintained by someone with a license.

                Please delete this message if it breaks any forum rules, but: I would be happy to share my Foundry account details with anyone motivated to maintain an official package. I believe this would be allowed by the license (see Limited License for Package Development), so long as the package maintainer does not “use” the software themselves:

                You may distribute these packages provided they are designed to be used only in conjunction with a licensed copy of the software.

                I assume “use” refers to actual play, not testing to make sure it installs correctly and then deleting it.

                1 Reply Last reply
                0
                • BrutalBirdieB Offline
                  BrutalBirdieB Offline
                  BrutalBirdie
                  Partner
                  wrote on last edited by BrutalBirdie
                  #42

                  @TheMeerkat Oh no not at all, I have a license and a lot of paid modules for DSA 😄
                  I also talked to the VTT Team about packaging the software like this since I wanted to be 120% sure after reading their license terms.
                  Like you stated:

                  You may distribute these packages provided they are designed to be used only in conjunction with a licensed copy of the software.

                  https://foundryvtt.com/article/license/

                  I am maintaining this semi official package 🙂 Every time before I post here with an update my VTT goons test it ❤


                  Also since VTT requires a license to even download the latest version (or any version) this package needs to be maintained by someone with a license.

                  This was more like, eyy you need an account and a license if you wish to build the app yourself, since without that you have no download from their page.

                  Like my work? Consider donating a drink. Cheers!

                  TheMeerkatT 1 Reply Last reply
                  0
                  • BrutalBirdieB BrutalBirdie

                    @TheMeerkat Oh no not at all, I have a license and a lot of paid modules for DSA 😄
                    I also talked to the VTT Team about packaging the software like this since I wanted to be 120% sure after reading their license terms.
                    Like you stated:

                    You may distribute these packages provided they are designed to be used only in conjunction with a licensed copy of the software.

                    https://foundryvtt.com/article/license/

                    I am maintaining this semi official package 🙂 Every time before I post here with an update my VTT goons test it ❤


                    Also since VTT requires a license to even download the latest version (or any version) this package needs to be maintained by someone with a license.

                    This was more like, eyy you need an account and a license if you wish to build the app yourself, since without that you have no download from their page.

                    TheMeerkatT Offline
                    TheMeerkatT Offline
                    TheMeerkat
                    wrote on last edited by
                    #43

                    @BrutalBirdie Oh, I know, and I appreciate you publishing your builds! My offer was for someone who wanted to maintain an official build, in response to:

                    @BrutalBirdie said in Foundry Virtual Tabletop:

                    @RazielKanos The packaging I done does not comply with the Cloudron Team standards for packaging apps for the appstore.[…]
                    So there is work that needs to be done.[…]
                    I could do that, but right now I have no time.

                    1 Reply Last reply
                    0
                    • TheMeerkatT Offline
                      TheMeerkatT Offline
                      TheMeerkat
                      wrote on last edited by
                      #44

                      @BrutalBirdie May I ask if there are plans to update your Foundry packaging further? I appreciate your work either way! 💖

                      1 Reply Last reply
                      0
                      • BrutalBirdieB Offline
                        BrutalBirdieB Offline
                        BrutalBirdie
                        Partner
                        wrote on last edited by
                        #45

                        Ofc I can update it. I am using VTT for the DSA Modules which were not updated for the latest version, but are now.
                        I will release the new version today.

                        Like my work? Consider donating a drink. Cheers!

                        1 Reply Last reply
                        1
                        • BrutalBirdieB Offline
                          BrutalBirdieB Offline
                          BrutalBirdie
                          Partner
                          wrote on last edited by
                          #46

                          Done:
                          https://github.com/BrutalBirdie/cloudron-foundryvtt/releases/tag/12.330

                          Like my work? Consider donating a drink. Cheers!

                          TheMeerkatT 1 Reply Last reply
                          3
                          • BrutalBirdieB BrutalBirdie

                            Done:
                            https://github.com/BrutalBirdie/cloudron-foundryvtt/releases/tag/12.330

                            TheMeerkatT Offline
                            TheMeerkatT Offline
                            TheMeerkat
                            wrote on last edited by
                            #47

                            @BrutalBirdie Thank you so much! Much obliged. 💖

                            1 Reply Last reply
                            2
                            • M Offline
                              M Offline
                              matt-derrick
                              wrote on last edited by
                              #48

                              Hey there, I'm new to cloudron, but interested in using this foundryvtt app. I see it's not in the app store, so how would I go about using @BrutalBirdie's version? Sorry if this is covered somewhere, I'm still looking at all the documentation.

                              murgeroM 1 Reply Last reply
                              1
                              • M matt-derrick

                                Hey there, I'm new to cloudron, but interested in using this foundryvtt app. I see it's not in the app store, so how would I go about using @BrutalBirdie's version? Sorry if this is covered somewhere, I'm still looking at all the documentation.

                                murgeroM Offline
                                murgeroM Offline
                                murgero
                                App Dev
                                wrote on last edited by
                                #49

                                @matt-derrick Checkout his readme for information on installing: https://github.com/BrutalBirdie/cloudron-foundryvtt?tab=readme-ov-file#how-to-install-from-public-image

                                --
                                https://urgero.org
                                ~ Professional Nerd. Freelance Programmer. ~

                                BrutalBirdieB 1 Reply Last reply
                                3
                                • murgeroM murgero

                                  @matt-derrick Checkout his readme for information on installing: https://github.com/BrutalBirdie/cloudron-foundryvtt?tab=readme-ov-file#how-to-install-from-public-image

                                  BrutalBirdieB Offline
                                  BrutalBirdieB Offline
                                  BrutalBirdie
                                  Partner
                                  wrote on last edited by BrutalBirdie
                                  #50

                                  @murgero that is correct.
                                  But I did not update the doc that I also now push the images directly to dockerhub so you can install directly without any local build need.
                                  I mean yea it is included in the terminal recording but not everyone knows that this can be copied and pasted from the recording 🙂 😬

                                  So it can be done with the cloudron-cli :

                                  # Get the CloudronManifest.json
                                  https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/heads/master/CloudronManifest.json
                                  
                                  # Install via the cloudron-cli
                                  cloudron install --location vtt --image brutalbirdie/foundryvtt.cloudron.app:0.0.7
                                  

                                  Like my work? Consider donating a drink. Cheers!

                                  ? 1 Reply Last reply
                                  3
                                  • BrutalBirdieB BrutalBirdie

                                    @murgero that is correct.
                                    But I did not update the doc that I also now push the images directly to dockerhub so you can install directly without any local build need.
                                    I mean yea it is included in the terminal recording but not everyone knows that this can be copied and pasted from the recording 🙂 😬

                                    So it can be done with the cloudron-cli :

                                    # Get the CloudronManifest.json
                                    https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/heads/master/CloudronManifest.json
                                    
                                    # Install via the cloudron-cli
                                    cloudron install --location vtt --image brutalbirdie/foundryvtt.cloudron.app:0.0.7
                                    
                                    ? Offline
                                    ? Offline
                                    A Former User
                                    wrote on last edited by A Former User
                                    #51

                                    @BrutalBirdie Hey, so thank you so much for that! I want to install VTT but it gives me this error: App installation error: No CloudronManifest.json found
                                    I just used the code you provided using the cloudron-cli.

                                    Oh - nevermind. Got it to working. Thanks a lot!

                                    1 Reply Last reply
                                    2
                                    • BrutalBirdieB Offline
                                      BrutalBirdieB Offline
                                      BrutalBirdie
                                      Partner
                                      wrote on last edited by
                                      #52

                                      Updated to 12.331 => https://github.com/BrutalBirdie/cloudron-foundryvtt/releases/tag/12.331

                                      Like my work? Consider donating a drink. Cheers!

                                      1 Reply Last reply
                                      0
                                      • BrutalBirdieB BrutalBirdie referenced this topic on
                                      • TheMeerkatT Offline
                                        TheMeerkatT Offline
                                        TheMeerkat
                                        wrote on last edited by
                                        #53

                                        I'm very sorry for the amateur question, but I am having issues updating custom packages; how would you update an app in-place if it's not on the store?

                                        BrutalBirdieB 1 Reply Last reply
                                        0
                                        • TheMeerkatT TheMeerkat

                                          I'm very sorry for the amateur question, but I am having issues updating custom packages; how would you update an app in-place if it's not on the store?

                                          BrutalBirdieB Offline
                                          BrutalBirdieB Offline
                                          BrutalBirdie
                                          Partner
                                          wrote on last edited by BrutalBirdie
                                          #54

                                          @TheMeerkat
                                          e.g. to the latest version published:

                                          # get the latest CloudronManifest.json by either git pull if you checked out the repo or just use wget
                                          wget https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/tags/12.331/CloudronManifest.json
                                          
                                          # update the app
                                          cloudron update --app $LOCATION --image brutalbirdie/foundryvtt.cloudron.app:1.0.0
                                          

                                          ⚠ Replace $LOCATION with your installed app location

                                          You can also use the App id instead of the location. For more information see cloudron update --help

                                          Done 🙂

                                          Not sure if you still need the latest CloudronManifest.json but I included it anyway.

                                          Like my work? Consider donating a drink. Cheers!

                                          TheMeerkatT 1 Reply Last reply
                                          1
                                          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