FilePizza
-
Hi all,
I have just published FilePizza as an unstable app.Code: https://git.cloudron.io/cloudron/filepizza-app
App store link: https://cloudron.io/store/pizza.file.cloudronapp.html -
wrote on Mar 26, 2020, 8:55 PM last edited by
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
-
wrote on Mar 31, 2020, 7:12 PM last edited by
This could be done by configuring the /app/code/src/toppings.js
-
wrote on Apr 1, 2020, 5:40 PM last edited by
Shouldn’t each pizza get procedurally generated topping based on the filename or something?
-
wrote on Apr 2, 2020, 5:08 AM last edited by
@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.jsexport 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.
Likeexport default [ "Gurke", "Ananas", "Regenwurm", ] ``` and so on.
-
wrote on Apr 2, 2020, 5:09 AM last edited by
Oh, I see. I agree, though with somewhat low priority
-
wrote on Apr 4, 2020, 4:33 PM last edited by
@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)
-
@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.
-
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.
-
wrote on Dec 29, 2024, 9:36 PM last edited by
There should be a new version/features of FP according to the Github email traffic I received.
-
wrote on Dec 30, 2024, 5:02 PM last edited by robi Dec 31, 2024, 4:18 AM
Yes, it looks like it's now branded as FilePizza v2 (see footer)
I'll leave this up for an hour if anyone wants to try it..
https://file.pizza/download/crayfish/oregano/peanuts/squashI don't see the logo spin anymore ;-/
I can't get it to work from one browser to another on the same machine. -
Yes, it looks like it's now branded as FilePizza v2 (see footer)
I'll leave this up for an hour if anyone wants to try it..
https://file.pizza/download/crayfish/oregano/peanuts/squashI don't see the logo spin anymore ;-/
I can't get it to work from one browser to another on the same machine.wrote on Dec 30, 2024, 5:16 PM last edited by@robi didn't work for me:
-
@robi didn't work for me:
wrote on Dec 30, 2024, 5:24 PM last edited by -
wrote on Dec 30, 2024, 7:06 PM last edited by robi Dec 31, 2024, 4:18 AM
@jdaviescoates try again at this link? was in Brave and Shields was UP. Turning it off.
https://file.pizza/download/zucchini/bluecheese/fenugreek/squid -
@jdaviescoates try again at this link? was in Brave and Shields was UP. Turning it off.
https://file.pizza/download/zucchini/bluecheese/fenugreek/squidwrote on Dec 30, 2024, 10:12 PM last edited by@robi saw this too late
-
@robi saw this too late
wrote on Dec 31, 2024, 4:17 AM last edited by@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.