Search
Items tagged with: friendica
Hi there,
testing around with the software #castopod, developed by @Castopod :podcasting2: .
In general terms federation with #friendica works, even integration into public forum pages and reshare by those when the castopod profile is followed by the forum page in the first place, as tested with the forum page @podCasts. As of now following from castopod profiles apparently isn't implemented. Also as of now we didn't manage to get the cron job to work at that new instalation on a shared hosting.
What is strange is that a podcast episode publication doesn't embeed the audio player so it can't be reproduced inside the post shown over here on friendica. On mastodon this works, the post displayes a video like screen and reproduces the audio file.
Not sure if this is a specific issue of this friendica instance as it is stil 2023.05 or if this is something the latest versions experience to.
The uploaded audio file was in the format m4a.
This is the link to the original post:
https://cast.tupambae.com/@bitPickup/posts/d88b27ab-c8c2-461d-9ec6-ac684af2908f
Link to a mastodon instance where the post can be seen:
https://troet.cafe/@bitpickup/113875013233253536
Link to this site here where the audio is not displayed but only a link:
https://tupambae.org/display/db58d9ad-f363bd74ed16681c-f66973c5
Profile pic looks blurry
#friendica
!Friendica Support
[strong]Weis jemand was mit anonsys.net los ist[/strong]
Hallo Zusammen, weiß jemand von Euch was mit dem Friendica Server auf anonsys.net los ist? Ich kann die Seite nicht mehr aufrufen, bekomme nur noch einen 404er Fehler.
Leider weiß ich nicht wie ich @Tuxi ⁂ der den Server betreibt erreichen kann, deshalb frage ich einfach mal in die Runde.
#Frage #Fediverse #Friendica #anonsys.net #404er #2025-01-19 @Friendica Support @Friendica Admins @askFedi_de group
[strong]Friendica: Sprachen werden nicht übernommen?[/strong]
Man kann ja unter 'Einstellungen => Ansicht => Kanäle' definieren welche Sprachen die in den Kanälen angezeigten Beiträge haben sollen. Genauso wie in den selbst definierten Kanälen auch. Nun ist mir aber aufgefallen das diese Einstellung offenbar nicht übernommen wird. Den ich klicke auf den Button 'Einstellungen speichern' und wenn ich die Einstellungen dann noch mal aufrufe, ist meine Auswahl für die Sprachen weg. Ist das ein Bug oder verstehe ich da was falsch?
#Friendica #Frage #Kanäle #Sprachen #Einstellungen #Bug #Fehler #2025-01-17 !Friendica Support
[strong]Friendica: Wegen X abgerufen?[/strong]
Ich habe hier auf meiner noch recht neuen Installation recht häufig Beiträge bei welchen als Herkunft wegen X abgerufen. X ist dabei ein Kontakt mit welchen ich verbunden bin und der den betreffenden Beitrag Kommentiert, möglicherweise auch geliked oder Weitergesagt hat. Das ist aber für mich nicht Sinn der Sache, zumal das meinen Stream/TL sehr voll macht und dazu führt das ich z. T. Beiträge die ich wichtig finde übersehe. Also wie kann ich das abstellen?
#Friendica #Frage #Hilfe #Beiträge #Timeline #Stream #2025-01-16 !Friendica Support
Friendica event participants counter
Hi! I just discovered the event participant feature where people can mark their attendance which will then be shown in a counter at the original post.
Has this been introduced in 2024-12 or have I just not seen it before? Anyhow. It is a great feature and I like it a lot!
#Friendica #Events #calendar
[strong]Friendica: Interessant, seit ich das Hosting einer eigenen Friendica Instanz gebucht habe, habe ich lauter Menschen bzw. Beiträge in der TL/Stream die ich vorher nicht hatte.[/strong]
Natürlich neben denen die ich bisher hatte. Das ist zwar ein wenig viel, aber ich bekomme das schon noch in den Griff.

#Friendica #Hosting #Beiträge #Überlaufen #2025-01-15 @Friendica Support
An other problem with
Friendica 'Interrupted Fern' 2025.02-dev - 1576
PHP 8.1.29
on an other installation of #Friendica
Avatars of other accounts are blurred
Are These Accounts Monitored ???
VersionFriendica 'Interrupted Fern' 2025.02-dev - 1576
Server Settings
PHP
version 8.1.31
php.ini /opt/alt/php81/etc/php.ini
upload_max_filesize 256M
post_max_size 256M
memory_limit 512M
MySQL / MariaDB
max_allowed_packet 268435456
I am not seeing much engagement, more so I am not seeing posts of those I follow across the fediveres, and I know several post a few times a day, but I am not seeing much activity at all, any ideas on what may be going on would be great, and please any directions please make very simple to understand, brain issues, sometimes I struggle grasping things that should be easy. If it matters, I am in cPanel on shared hosting, so not root access to anything.
https://social.2ndshot.photos/profile/pasjrwoctx pasjrwoctx@social.2ndshot.photos
Friendica auf dem Raspberry Pi installieren
Nicht nur für mich als kleine Gedankenstütze halte ich hier auf meinem Blog fest, wie ich es endlich geschafft habe, Friendica auf dem Raspberry Pi zu installieren. Nun bin ich selbst überhaupt kein Experte in solchen Dingen, man möge es mir nachsehen, falls ich einen Fehler gemacht oder etwas doppelt geschrieben habe. Ich bin auch noch nicht so lange im Fediverse unterwegs und bei Linux […]
Weiterlesen: https://blogzwo.me/raspberry-pi/friendica-auf-dem-raspberry-pi-installieren.html
#Debian #Fediverse #Friendica #Linux #PHP #Raspberry
Friendica auf dem Raspberry Pi installieren - Blog:Zwo.me
Friendica auf dem Raspberry Pi installieren: Eine einfache Schritt-für-Schritt-Anleitung, um das Fediverse auf dem kleinen Rechner zu nutzen.Jools (Blog:Zwo)
Ich versuche gerade die #Fediverse Anwendung #Friendica auf meinem #Raspberry Pi 5 in einem #Podman #Container zu installieren. Aber bei der Datenbank ist Schluss. da bleibt es hängen. Weiß jemand Rat? @Friendica Support zum Beispiel?
version: "3.7"
services:
mariadb:
image: docker.io/library/mariadb:latest
restart: always
volumes:
- mydb:/var/lib/mysql
ports:
- "6033:3306"
environment:
MYSQL_ROOT_PASSWORD: *****
MYSQL_DATABASE: friendica
MYSQL_USER: friendica
MYSQL_PASSWORD: *****
phpmyadmin:
container_name: phpmyadmin_9092
image: docker.io/library/phpmyadmin:latest
restart: always
ports:
- "9092:80"
environment:
- PMA_ARBITRARY=1
- PMA_HOST=mariadb
depends_on:
- mariadb
app:
image: docker.io/library/friendica
container_name: friendica_9093
restart: always
volumes:
- friendica:/var/www/html
ports:
- "9093:80"
environment:
- MYSQL_HOST=mydb
- MYSQL_USER=friendica
- MYSQL_PASSWORD=*****
- MYSQL_DATABASE=friendica
- FRIENDICA_ADMIN_MAIL=*****
depends_on:
- mariadb
volumes:
mydb:
friendica:
networks:
proxy-tier:
Imo, #Friendica will have a better adoption if it will also have a theme that looks like the #Facebook's one.
For those who don't know, you can also change how your interface looks by going to Settings > Display and then the 1st two sections. The problem is that there are generally only two options:
- Frio - which is the default, but some people find it rather dated, and
[li] Vier - which, despite its description, looks kinda more dated than Frio and with less custom color options
This is clearly not ideal when people are looking for a more minimalistic interface, that looks more like the one brought up by platforms like Xitter, Reddit or even current day Facebook.
I found two repositories on GitHub with some Friendica themes (here and here), but they seem way more outdated as well (even though some of them seem cool even today). trom.tf also has some cool themes that they made, starting from the default Frio one.
Given that themes can be selected by a user from a simple drop-down in the settings, I think having a more Facebook-like theme at hand would really be a boon to Friendica's adoption given these times, what do you think?
#Meta #fediverse #fedi #ideas #fediidea @Facebook Refugees @Replace Facebook Community @Friendica Tips
I cannot find any documentation for how to install friendica using sqlite driver instead of mysql. I already know how to do the standard installation with mysql but I want to use sqlite instead.
I need help with installing and running via sqlite backend and tips on how to minimize database storage size. Is there any documentation on this? Has anyone done it?
#Friendica #Sqlite #Fediverse
https://fedi.caliandroid.de/@st3fan/statuses/01JFR2VNHMM4BXATVA70QS15E3
Looks like a #friendica #gotosocial issue
LInks:
[1] https://nlnet.nl/core/
[2] https://nlnet.nl/project/Mobilizon-UX/
[3] https://ngi.eu/
[4] https://joinmobilizon.org/en/
#Friendica
!Friendica Support
Next Generation Internet
NGI fosters a vibrant, open Internet that links research, policy and technology for the benefit of society.Next Generation Internet
Update Friendica Public Server list to a searchable database (or remove)
What do others think?
#friendica
!Friendica Support
I don't see the #Friendica hashtag in your message. You might want to edit and add it so those who follow Friendica posts read it.
Incompatible protocol or channel
Fediverse users: Follow @bsky.brid.gy to allow #Bluesky users to find and follow you.
Bluesky users: Follow @ap.brid.gy to allow #Fediverse users to find and follow you.
#BlueSky #Friendica
Can I follow friends on #BlueSky from #Friendica (and specifically from Libranet)? I haven't managed so far. I tried searching for their profile URL with /rss at the end, but nothing is found. I've seen some conversations about this, but couldn't find a way to make it work.
Thanks!
Unwanted contact duplication
While browsing through my #Friendica database, I detected that I now have two identical contact records for myself. Initially, they were these records in table contact:
Id | Account |
---|---|
0 | System account |
2 | my account |
But now, something has changed to
Id | Account |
---|---|
0 | Zombie record |
2 | my account |
3 | my account (clone) |
4 | System account |
I have no clue, what has initiated this change, whether it is bad (I assume so) and how to cure it.
Any thoughts appreciated.
Hello !Friendica Support,
Does Friendica actually offer the option of sending an invitation link?
#Friendica #question
I explained myself wrong , if I want to read RSS feeds in my Friendica , for example I generate the feeds from here RSS Bridge
which link should i copy into my #Friendica to read #RSS Feeds
@Roland Häder
Diese Friendica-Instanz verwendet die Version 2024.06-dev, sie ist unter der folgenden Adresse im Web zu finden https://fri.bitcast.info. Die Datenbankversion ist 1565/1565 und die Post-Update-Version 1550/1550
.
Gibt es dann dafür eine Anleitung
@developers@forum.friendi.ca
@helpers@forum.friendi.ca
So mal ein paar Fragen zu Friendica
1.) kann ich meinen Account und auch einen RSS Feed Spiegel auf eine anderen Server (wo ich auch Admin bin) umziehen.
2.) Wo definiert man den Email Server auf dem der Friendica Server Daten per Email Schickt
3.) Kann es sein das im Docker Image von Friendica, der Friendica Worker nicht eingerichtet ist. Beispielsweise als Service in der systemd
#friendica #worker #accounts #docker #email
I wonder if anyone besides @Philipp Holzer is familiar with the docker setup and knows docker better than me.
I am not a newbie to docker, but first questions that came up when I looked at friendica/docker where if I can still use the same config file I do use now, so not to uses these Environment Variables given under Friendica Settings?
Also need to figure out how to load the database I got (a dump) into this docker mysql, I guess that should be fairly easy with a pipe.
But it is all this little things that I am not sure about and that would take me ages to figure out without know what actually to search for.
#Friendica #Docker #Help
Bei #Friendica kommt es immer mal wieder vor, dass in einem Beitrag Kommentare fehlen. Auch Kommentare vom ursprünglichen Beitrags-Ersteller. Kann man da irgendwas machen, damit das weniger wird?
Einige infos findest du hier im Artikel
https://gnulinux.ch/serie-fediverse-dienste-friendica-funktionsreich-und-doch-verstaendlich
Evtl. weiß @fabianschaar@anonsys.net auch konkret zu helfen.
#Friendica #Mastodon
Serie – Fediverse-Dienste: Friendica: Funktionsreich und doch verständlich
Das soziale Netzwerk Friendica ist eine der vielseitigsten Plattformen im Fediverse, die sich angesichts ihrer nützliche Funktionen nicht vor Mastodon verstecken muss.GNU/Linux.ch
@Alex
Guten Abend zusammen,
ich habe eine Frage zur Darstellung von Postings in #Friendica und #Mastodon
Bilder kann man mit einem nsfw Tag versehen und das Bild wird entweder verpixelt oder "eingeklappt" dargestellt. Soll heißen, dass das Bild erst sichtbar wird nach klicken auf einen Button.
Kann man so etwas auch für Text erreichen? Also, dass ein Text in Friendica UND Mastodon erst nach einer erneuten Bestätigung erscheint, bzw. sichtbar wird?
Im Vorfeld danke für eure Antworten.
#Mastodon nutzt "Question" als Objekt... siehe:
https://docs.joinmastodon.org/spec/activitypub/#Question
Mit #Mammuthus habe ich das soweit kompatibel umgesetzt, vgl. z.B. @tagesfrage
Wie sieht das bei #Friendica aus?
ActivityPub
A decentralized social networking protocol based upon the ActivityStreams 2.0 data format and JSON-LD.docs.joinmastodon.org
ich merke immer wieder dass mein #Mastodon Account auf #sueden.social mehr Beiträge anhand von #Hashtags findet, als mein #Friendica Account auf #anonsys.net.
Wenn ich auf Friendica den Beitrag von Mastodon dann manuell über die Suche aufrufe, dann wird er als Empfangen angezeigt.
Gibts hier irgendwelche Tricks? Wird wohl auch an der Größe der Instanz liegen.
Ich hatte mal testweise Mastodon Instanzen per RSS abonniert. Genauer Hashtags als #RSS. Das hat dann mehr Beiträge nach Friendica gespült. Irgendwann waren diese aber dann doppelt und dreifach, weshalb ich das Experiment wieder aufgegeben habe.