veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

233
active users

#phanpy

7 posts6 participants0 posts today

Desde hace un par de días, @phanpy hace que las barras superior e inferior se muestren con esos colores en Android 14, utilizándolo como aplicación progresiva (pwa) en Firefox, cuando hasta ahora, dichas barras, respetaban el tema negro elegido. ¿Algún fallo en la interface, que hace que Android las muestre así, @cheeaun?.

He probado con otros teléfonos con Android 12 y Android 11 y ocurre lo mismo. 🤔

Proud that I'm running a #SelfHosted version of #Phanpy (amongst other things obviously ) on my #Debian server. Maybe this process could help you...

To update it easily, I created an alias called "update-phanpy," which runs a script I created "update-phanpy.sh." The script pulls the latest version of Phanpy from the official GitHub repository (cheeaun/phanpy), rebuilds it, and redeploys it in #Docker.

The Phanpy instance is then reverse-proxied through Nginx Proxy Manager (NPM) under a custom domain, with SSL certificates issued via Let's Encrypt (managed, somewhat reluctantly, through Cloudflare). Finally, access to the service is restricted to my private #Tailscale network (as is everything I'm #SelfHosting).

The "update-phanpy.sh" script:

#!/bin/bash
cd /path/to/phanpy || exit
git pull
docker build -t phanpy .
docker stop phanpy
docker rm phanpy
docker run -d --restart unless-stopped -p 3000:80 --name phanpy phanpy

The "update-phanpy" alias:

alias update-phanpy="/path/to/phanpy/update-phanpy.sh"

#Phanpy 有個 boost carousel 的功能,我也滿喜歡的。讓 boost 不用完全消失不見,但又不會佔據整個河道

很多帳號的屬性(像我),會是大概 80~90%  轉發,剩下 10% 才是自己的內容,而這 10% 往往才是我最想要知道的(雖然轉發也是會想看)。相較於 all-or-nothing 的做法, boost carousel 這種算是調整比重的做法比較對我胃口

How should I use @phanpy ?
I am a "chronological reader"
I want to start on my last read item and than go to the newest one, so I don't miss anything.
But #phanpy pops to the newest message every time I open it.
Is it possible to change this behaviour?
I think the solution from the official mastodon app ist quiet good. It has the options to "load new above" or "load new behind" depending from which direction I scrolled.

Replied in thread

@textoo Yeah, but in cases where the Dev's vision of their project might not align with some specific Users' preferences, maybe nothing would change?

I like #Statuzer's ability to optionally mute Boosts in individual timeline columns [wish #Phanpy had that], & IMO Statuzer's way of handling Notifications is much much better than Phanpy's [this is THE single biggest reason that each time i try P again, i soon return to S in frustration].

Otoh i like Phanpy's UI for writing posts / toots better than Statuzer's, except the S has the benefit of proper emoji support, whereas for P the user must use an external source]. P's UI is otherwise nicer in that it easily allows manual resizing, whereas the UI in S is inconveniently short & manually resizing it is very cumbersome & inefficient.

Also in P i really dislike the columns auto-reloading themselves [even when that is disabled] when the user scrolls up from older toots... S never does that, instead placing a small banner atop each relevant column, announcing that updates are available, & letting the user decide when to click for them.

P is much better for edited toots instantly appearing, whereas a reload is needed in S.

S is much better for hiding excess characters in long posts & letting the user choose when to reveal them. In P the full long-post appears, simply with the words blanked out til clicked... which is weird.

S has inbuilt support for #RSS, which is marvellous; each time i try P again i always miss the convenience of this feature.

...etc...

That's not all, but is a substantial part of why each of them both delights & annoys me... & is why i joked about being able to combine them.