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. Announcements
  3. FilePizza

FilePizza

Scheduled Pinned Locked Moved Announcements
18 Posts 6 Posters 4.1k Views 6 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #2

    How about we could change the Toppings? Like a localization - or even add own one? It is possible through their https://github.com/kern/filepizza/blob/master/src/toppings.js

    1 Reply Last reply
    2
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #3

      This could be done by configuring the /app/code/src/toppings.js

      1 Reply Last reply
      1
      • yusfY Offline
        yusfY Offline
        yusf
        wrote on last edited by
        #4

        Shouldn’t each pizza get procedurally generated topping based on the filename or something? 🤓

        ? 1 Reply Last reply
        1
        • yusfY yusf

          Shouldn’t each pizza get procedurally generated topping based on the filename or something? 🤓

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #5

          @yusf Well it is correct that each pizza get's a random selection of toppings. These toppings then will be part of the URL. What i mean is that we could change the name of the toppings and / or the localization, so translate them.
          This is the content of the toppings.js

          export default [
            "alfalfa",
            "almonds",
            "anchovies",
            "artichoke",
            "avocado",
            "bacon",
            "basil",
            "bayleaves",
            "bbqchicken",
            "beans",
            "beef",
            "beetroot",
            "bluecheese",
            "brie",
            "broccoli",
            "cajunchicken",
            "camembert",
            "capers",
            "capicolla",
            "cardamon",
            "carrot",
            "cauliflower",
            "cheddar",
            "chickenmasala",
            "chickentikka",
            "chili",
            "chives",
            "chorizo",
            "cilantro",
            "colby",
            "coriander",
            "crayfish",
            "cumin",
            "dill",
            "duck",
            "eggplant",
            "fenugreek",
            "feta",
            "fungi",
            "garlic",
            "goatcheese",
            "gorgonzola",
            "gouda",
            "ham",
            "jalapeno",
            "laurel",
            "leeks",
            "lettuce",
            "limburger",
            "lobster",
            "manchego",
            "marjoram",
            "meatballs",
            "melon",
            "montereyjack",
            "mozzarella",
            "muenster",
            "mushrooms",
            "olives",
            "onion",
            "oregano",
            "oysters",
            "parsley",
            "parmesan",
            "peanuts",
            "peas",
            "pecans",
            "pepperoni",
            "peppers",
            "pineapple",
            "pinenuts",
            "pistachios",
            "prawn",
            "prosciutto",
            "provolone",
            "ricotta",
            "romano",
            "roquefort",
            "rosemary",
            "salami",
            "salmon",
            "sausage",
            "scallions",
            "shallots",
            "shrimp",
            "snowpeas",
            "spinach",
            "squash",
            "squid",
            "sweetcorn",
            "tomatoes",
            "tuna",
            "turkey",
            "venison",
            "walnuts",
            "watercress",
            "whitebait",
            "zucchini"
          ]
          

          And i think it would be great if we could just change these to whatever we want. So filepizza uses the words / ingeredients / toppings we set randomly.
          Like

          export default [
            "Gurke",
            "Ananas",
            "Regenwurm",
          ]
          ``` and so on.
          1 Reply Last reply
          1
          • yusfY Offline
            yusfY Offline
            yusf
            wrote on last edited by
            #6

            Oh, I see. I agree, though with somewhat low priority 🙂

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

              We updated this app to use the new turn server in 5.1 🙂

              jdaviescoatesJ 1 Reply Last reply
              2
              • girishG girish

                We updated this app to use the new turn server in 5.1 🙂

                jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote on last edited by
                #8

                @girish cool, but what does this need a turn server for? In order to be able to share files with people on different networks? (I think I had assumed it would just work but never tried it)

                I use Cloudron with Gandi & Hetzner

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

                  @jdaviescoates yes, it's for sharing files when direct p2p does not work. At a high level, TURN is just providing a bi-directional pipe. It can be used for anything - audio, video, and data.

                  1 Reply Last reply
                  2
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #10

                    So file-pizza is actually using only the STUN part of our turn addon. Once STUN has figured a way to establish a connection the app is using webtorrents to transfer. For other apps which actually use TURN also, they will fallback to TURN relaying data through the server if there is no direct connection possible.

                    1 Reply Last reply
                    1
                    • robiR Offline
                      robiR Offline
                      robi
                      wrote on last edited by
                      #11

                      There should be a new version/features of FP according to the Github email traffic I received.

                      Conscious tech

                      1 Reply Last reply
                      0
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote on last edited by
                        #12

                        looks like its mostly a rewrite of the app with nextjs. Lets see if there will be a release at some point.

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

                          Yes, it looks like it's now branded as FilePizza v2 (see footer)

                          image.png

                          I'll leave this up for an hour if anyone wants to try it..
                          ~~https://file.pizza/download/crayfish/oregano/peanuts/squash~~

                          I don't see the logo spin anymore ;-/
                          I can't get it to work from one browser to another on the same machine.

                          Conscious tech

                          jdaviescoatesJ 1 Reply Last reply
                          0
                          • robiR robi

                            Yes, it looks like it's now branded as FilePizza v2 (see footer)

                            image.png

                            I'll leave this up for an hour if anyone wants to try it..
                            ~~https://file.pizza/download/crayfish/oregano/peanuts/squash~~

                            I don't see the logo spin anymore ;-/
                            I can't get it to work from one browser to another on the same machine.

                            jdaviescoatesJ Offline
                            jdaviescoatesJ Offline
                            jdaviescoates
                            wrote on last edited by
                            #14

                            @robi didn't work for me:
                            Screenshot_20241230-171548_Firefox.png

                            I use Cloudron with Gandi & Hetzner

                            robiR 1 Reply Last reply
                            1
                            • jdaviescoatesJ jdaviescoates

                              @robi didn't work for me:
                              Screenshot_20241230-171548_Firefox.png

                              robiR Offline
                              robiR Offline
                              robi
                              wrote on last edited by
                              #15

                              @jdaviescoates Thanks for trying..

                              This is how it looks on my end:
                              9067da44-ed44-4568-a518-04d76381b49b-image.png

                              I made a new PR for them..

                              Conscious tech

                              robiR 1 Reply Last reply
                              1
                              • robiR robi

                                @jdaviescoates Thanks for trying..

                                This is how it looks on my end:
                                9067da44-ed44-4568-a518-04d76381b49b-image.png

                                I made a new PR for them..

                                robiR Offline
                                robiR Offline
                                robi
                                wrote on last edited by robi
                                #16

                                @jdaviescoates try again at this link? was in Brave and Shields was UP. Turning it off.

                                ~~https://file.pizza/download/zucchini/bluecheese/fenugreek/squid~~

                                Conscious tech

                                jdaviescoatesJ 1 Reply Last reply
                                0
                                • robiR robi

                                  @jdaviescoates try again at this link? was in Brave and Shields was UP. Turning it off.

                                  ~~https://file.pizza/download/zucchini/bluecheese/fenugreek/squid~~

                                  jdaviescoatesJ Offline
                                  jdaviescoatesJ Offline
                                  jdaviescoates
                                  wrote on last edited by
                                  #17

                                  @robi saw this too late

                                  I use Cloudron with Gandi & Hetzner

                                  robiR 1 Reply Last reply
                                  0
                                  • jdaviescoatesJ jdaviescoates

                                    @robi saw this too late

                                    robiR Offline
                                    robiR Offline
                                    robi
                                    wrote on last edited by
                                    #18

                                    @jdaviescoates no worries, the dev did some testing and found it needed more work. The various defaults in browsers don't help either.

                                    It may be getting a TURN server to help.

                                    Conscious tech

                                    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