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

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Foundry Virtual Tabletop

Foundry Virtual Tabletop

Scheduled Pinned Locked Moved App Wishlist
79 Posts 13 Posters 34.6k Views 14 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.
  • 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
                          2
                          • BrutalBirdieB BrutalBirdie

                            @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.

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

                            @BrutalBirdie Apparently you do need the manifest--that fixed the error message it threw at me before. Thanks, and sorry again. 🙂

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

                              All good! Happy to help.
                              Also, I will add this to the README of the repo.

                              Like my work? Consider donating a drink. Cheers!

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

                                Updated to 13.342
                                If you find issues, please report here or as github issues.

                                Like my work? Consider donating a drink. Cheers!

                                1 Reply Last reply
                                1
                                • hpz24H Offline
                                  hpz24H Offline
                                  hpz24
                                  wrote on last edited by hpz24
                                  #58

                                  Thx for your work!
                                  Unfortunately, I get an error: Access Denied 😞

                                  App update error: Installation failed: Unable to pull image brutalbirdie/foundryvtt.cloudron.app/tags/1.1.0. message: (HTTP code 404) unexpected - pull access denied for brutalbirdie/foundryvtt.cloudron.app/tags/1.1.0, repository does not exist or may require 'docker login': denied: requested access to the resource is denied  statusCode: 404
                                  
                                  BrutalBirdieB 1 Reply Last reply
                                  1
                                  • hpz24H hpz24

                                    Thx for your work!
                                    Unfortunately, I get an error: Access Denied 😞

                                    App update error: Installation failed: Unable to pull image brutalbirdie/foundryvtt.cloudron.app/tags/1.1.0. message: (HTTP code 404) unexpected - pull access denied for brutalbirdie/foundryvtt.cloudron.app/tags/1.1.0, repository does not exist or may require 'docker login': denied: requested access to the resource is denied  statusCode: 404
                                    
                                    BrutalBirdieB Offline
                                    BrutalBirdieB Offline
                                    BrutalBirdie
                                    Partner
                                    wrote on last edited by
                                    #59

                                    @hpz24
                                    OH! That is because I have a typo in my release!
                                    The /tags/ part in the docker image "url" was wrong. Silly me 😄
                                    Correct is - brutalbirdie/foundryvtt.cloudron.app:1.1.0

                                    # go into /tmp/ download the manifest, update $LOCATION, delete the manifest and go into $HOME
                                    cd /tmp/ && \
                                    wget https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/tags/13.342/CloudronManifest.json && \
                                    cloudron update --app $LOCATION --image brutalbirdie/foundryvtt.cloudron.app:1.1.0 && \
                                    rm CloudronManifest.json && \
                                    cd ~/
                                    

                                    Like my work? Consider donating a drink. Cheers!

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

                                      @hpz24 did this resolve it? Just want to have this "task" ✅ checked in my brain 🙂

                                      Like my work? Consider donating a drink. Cheers!

                                      1 Reply Last reply
                                      0
                                      • hpz24H Offline
                                        hpz24H Offline
                                        hpz24
                                        wrote on last edited by
                                        #61

                                        yeah, it works now like a charm!
                                        Sorry for my late respone, I "only" upvoted your thread.

                                        1 Reply Last reply
                                        2
                                        • TheMeerkatT Offline
                                          TheMeerkatT Offline
                                          TheMeerkat
                                          wrote on last edited by
                                          #62

                                          Hey there! No rush or pressure (and I appreciate you packaging this at all!), but an update is required for PF2E.

                                          Screenshot 2025-06-21 at 15-32-52 Foundry Virtual Tabletop.png

                                          1 Reply Last reply
                                          0

                                          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