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 | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Foundry Virtual Tabletop

Foundry Virtual Tabletop

Scheduled Pinned Locked Moved App Wishlist
73 Posts 13 Posters 16.9k 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
    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
                  • BrutalBirdieB Offline
                    BrutalBirdieB Offline
                    BrutalBirdie
                    Partner
                    wrote on last edited by BrutalBirdie
                    #63

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


                    Package Update 1.2.0 - FoundryVTT 13.345

                    โš  WARNING โš 

                    I did not test an upgrade from the old version to the new version.
                    Please make sure you do not skip the backup.

                    Changelog

                    • Use node.js only version minimizing image footprint
                    • Update to 13.345

                    Update HowTo

                    wget https://raw.githubusercontent.com/BrutalBirdie/cloudron-foundryvtt/refs/tags/13.345/CloudronManifest.json
                    cloudron update --app YourAppLocation --image brutalbirdie/$(yq -r .id CloudronManifest.json):$(yq -r .version CloudronManifest.json) 
                    rm CloudronManifest.json
                    

                    Full Changelog: https://github.com/BrutalBirdie/cloudron-foundryvtt/compare/13.342...13.345

                    Like my work? Consider donating a drink. Cheers!

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

                      Hey @TheMeerkat did you get the opportunity to update and test the update?

                      Like my work? Consider donating a drink. Cheers!

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

                        I I updated last week and the system is up and running!

                        1 Reply Last reply
                        1
                        • L Offline
                          L Offline
                          LoudLemur
                          wrote on last edited by
                          #66

                          Currently, what is the easy way to get Foundry up and running on Cloudron?

                          Are there likely to be any sweet deals for additional DLC on cyber Monday? Which is the best additional content?

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

                            @LoudLemur You need a license, that comes first.
                            FoundryVTT is not in the App Store.
                            All steps for installation are documented in the git repo in the ASCIINEMA recording:
                            https://github.com/BrutalBirdie/cloudron-foundryvtt?tab=readme-ov-file#how-to-install-from-public-image

                            asciicast

                            @LoudLemur said in Foundry Virtual Tabletop:

                            Are there likely to be any sweet deals for additional DLC on cyber Monday? Which is the best additional content?

                            Can't tell, leaning to no or highly unlikely.

                            This is up to the FoundryVTT team and also each plugin / extension is developed by a different entity.
                            So expecting a full sale on everything is highly unlikely.
                            Also, giving an answer to "best additional content" is not possible.
                            FoundryVTT is a virtual tabletop software.
                            It depends, if you want to play DnD, DSA, Warhammer 40k or some other pen and paper game system.
                            Each one is unique and has unique plugins.

                            Like my work? Consider donating a drink. Cheers!

                            1 Reply Last reply
                            1
                            • jamesJ james referenced this topic on
                            • jamesJ james referenced this topic on
                            • L Offline
                              L Offline
                              LoudLemur
                              wrote on last edited by
                              #68

                              Gencon 2025

                              https://x.com/Paizo

                              BrutalBirdieB 1 Reply Last reply
                              0
                              • L LoudLemur

                                Gencon 2025

                                https://x.com/Paizo

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

                                @LoudLemur what did my eyes and ears just have to witness? ๐Ÿคฃ
                                But, there is a module for Pathfinder 2? https://foundryvtt.com/packages/pf2e ๐Ÿ˜„
                                What ever your intention was with this post.

                                AH! Because the gencontv is currently live or starting soon.

                                Like my work? Consider donating a drink. Cheers!

                                L 1 Reply Last reply
                                1
                                • BrutalBirdieB BrutalBirdie

                                  @LoudLemur what did my eyes and ears just have to witness? ๐Ÿคฃ
                                  But, there is a module for Pathfinder 2? https://foundryvtt.com/packages/pf2e ๐Ÿ˜„
                                  What ever your intention was with this post.

                                  AH! Because the gencontv is currently live or starting soon.

                                  L Offline
                                  L Offline
                                  LoudLemur
                                  wrote on last edited by LoudLemur
                                  #70

                                  @BrutalBirdie That Gencon livestream sucks!

                                  Why isn't Foundry an official application on Cloudron yet?

                                  1 Reply Last reply
                                  0
                                  • L Offline
                                    L Offline
                                    LoudLemur
                                    wrote last edited by LoudLemur
                                    #71

                                    Tutorial For How to Install Foundry on Cloudron

                                    Hereโ€™s a step-by-step guide to installing FoundryVTT on Cloudron using the public image, as shown in your screenshots and the asciinema cast.

                                    Prerequisites
                                    You have a working Cloudron server.
                                    You have the Cloudron CLI installed and configured.
                                    You have git and jq installed on your system.
                                    You have a domain/subdomain ready to use for FoundryVTT (e.g., d20.cloudron.dev).
                                    Step-by-Step Installation

                                    1. Clone the FoundryVTT Cloudron App Repository
                                      Open your terminal and run:

                                    Bash

                                    git clone https://github.com/BrutalBirdie/cloudron-foundryvtt.git
                                    

                                    This will create a folder called cloudron-foundryvtt.

                                    1. Change Directory
                                      Move into the cloned directory:

                                    Bash

                                    cd cloudron-foundryvtt
                                    
                                    1. Get the App ID and Version
                                      Extract the app ID and version from the manifest using jq:

                                    Bash

                                    jq -r .id CloudronManifest.json
                                    jq -r .version CloudronManifest.json
                                    

                                    The output should be something like:

                                    App ID: foundryvtt.cloudron.app
                                    Version: 0.0.6 (or whatever is current)
                                    
                                    1. Install the App Using the Public Image
                                      Replace d20.cloudron.dev with your desired subdomain.

                                    Bash

                                    cloudron install --location d20.cloudron.dev --image brutalbirdie/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)
                                    

                                    This command tells Cloudron to install the app at your chosen subdomain using the public Docker image.
                                    5. Wait for Installation to Complete
                                    The CLI will show progress: registering subdomains, waiting for DNS propagation, etc.
                                    Once you see App is installed., youโ€™re done!
                                    6. Check Logs (Optional)
                                    To check the app logs:

                                    Bash

                                    cloudron logs --app d20.cloudron.dev
                                    
                                    1. Access FoundryVTT
                                      Open your browser and go to https://d20.cloudron.dev (or your chosen subdomain).
                                      You should see the FoundryVTT setup page.
                                      Troubleshooting
                                      If you get DNS errors, make sure your subdomain is correctly set up and points to your Cloudron server.
                                      If you need to update or reinstall, repeat the steps above.
                                      References
                                      Cloudron FoundryVTT GitHub
                                      Cloudron CLI Docs
                                      FoundryVTT Knowledge Base
                                      Youโ€™re done!
                                      You now have FoundryVTT running on your Cloudron server. If you need to update, just pull the latest image and repeat the install command.
                                    M 1 Reply Last reply
                                    0
                                    • L LoudLemur

                                      Tutorial For How to Install Foundry on Cloudron

                                      Hereโ€™s a step-by-step guide to installing FoundryVTT on Cloudron using the public image, as shown in your screenshots and the asciinema cast.

                                      Prerequisites
                                      You have a working Cloudron server.
                                      You have the Cloudron CLI installed and configured.
                                      You have git and jq installed on your system.
                                      You have a domain/subdomain ready to use for FoundryVTT (e.g., d20.cloudron.dev).
                                      Step-by-Step Installation

                                      1. Clone the FoundryVTT Cloudron App Repository
                                        Open your terminal and run:

                                      Bash

                                      git clone https://github.com/BrutalBirdie/cloudron-foundryvtt.git
                                      

                                      This will create a folder called cloudron-foundryvtt.

                                      1. Change Directory
                                        Move into the cloned directory:

                                      Bash

                                      cd cloudron-foundryvtt
                                      
                                      1. Get the App ID and Version
                                        Extract the app ID and version from the manifest using jq:

                                      Bash

                                      jq -r .id CloudronManifest.json
                                      jq -r .version CloudronManifest.json
                                      

                                      The output should be something like:

                                      App ID: foundryvtt.cloudron.app
                                      Version: 0.0.6 (or whatever is current)
                                      
                                      1. Install the App Using the Public Image
                                        Replace d20.cloudron.dev with your desired subdomain.

                                      Bash

                                      cloudron install --location d20.cloudron.dev --image brutalbirdie/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)
                                      

                                      This command tells Cloudron to install the app at your chosen subdomain using the public Docker image.
                                      5. Wait for Installation to Complete
                                      The CLI will show progress: registering subdomains, waiting for DNS propagation, etc.
                                      Once you see App is installed., youโ€™re done!
                                      6. Check Logs (Optional)
                                      To check the app logs:

                                      Bash

                                      cloudron logs --app d20.cloudron.dev
                                      
                                      1. Access FoundryVTT
                                        Open your browser and go to https://d20.cloudron.dev (or your chosen subdomain).
                                        You should see the FoundryVTT setup page.
                                        Troubleshooting
                                        If you get DNS errors, make sure your subdomain is correctly set up and points to your Cloudron server.
                                        If you need to update or reinstall, repeat the steps above.
                                        References
                                        Cloudron FoundryVTT GitHub
                                        Cloudron CLI Docs
                                        FoundryVTT Knowledge Base
                                        Youโ€™re done!
                                        You now have FoundryVTT running on your Cloudron server. If you need to update, just pull the latest image and repeat the install command.
                                      M Offline
                                      M Offline
                                      msbt
                                      App Dev
                                      wrote last edited by
                                      #72

                                      @LoudLemur for your bash snippets you should use the code formatting with either a single backtick ` for lines or tripple ones for codeblocks:

                                      cloudron install --location d20.cloudron.dev --image brutalbirdie/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)
                                      
                                      L 1 Reply Last reply
                                      2
                                      • M msbt

                                        @LoudLemur for your bash snippets you should use the code formatting with either a single backtick ` for lines or tripple ones for codeblocks:

                                        cloudron install --location d20.cloudron.dev --image brutalbirdie/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)
                                        
                                        L Offline
                                        L Offline
                                        LoudLemur
                                        wrote last edited by
                                        #73

                                        @msbt Thanks! I updated the tutorial.

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