Skip to main content



Hi @helpers@forum.friendi.ca! Trying to get Friendica installed and working on one of my domains but having some issues with the s3_storage addon and Cloudflare R2.

Has anyone successfully been able to get the #Friendica #s3_storage #addon to work with #Cloudflare #r2 buckets?

This is what I've got in my local.config.php...

	'storage' => [
    	'name' => 's3',
    	'bucket' => 'friendica',
    	'region' => 'wnam',
    	'endpoint' => 'https://[REDACTED].r2.cloudflarestorage.com',
    	'credentials' => [
	        'key'    => '[REDACTED]',
	        'secret' => '[REDACTED]',
	    ],
	    'options' => [
	        'use_path_style_endpoint' => true,
          'S3_PERMISSION' => 'private',
	    ],
	],
But when I load the Storage settings page under Admin -> Configuration -> Storage, I just get a blank page.

If I forego the config file approach and add the settings under the Addon Configuration page, I just get an "Access Denied" message.

The bucket for this domain is set up identically to the other buckets I use for Sharkey. Public Access for the URL is enabled, and I'm using a freshly created Access Key & Secret that have access to the R2 bucket for this domain.

Any thoughts or help would be appreciated!

in reply to George Ellenburg (he/him/his)

I have an update. I have confirmed that my credentials are OK because I have successfully mounted and connected to my bucket using s3fs.
gme@Mint-Desktop:~$ s3fs burque-social ${HOME}/s3fs -o passwd_file=${HOME}/.passwd-s3fs -o dbglevel=info -f -o curldbg -o url=https://[REDACTED].r2.cloudflarestorage.com/ -o use_path_request_style
2025-02-15T16:52:50.680Z [INF] s3fs version 1.93(unknown) : s3fs -o passwd_file=/home/gme/.passwd-s3fs -o dbglevel=info -f -o curldbg -o url=https://[REDACTED].r2.cloudflarestorage.com/ -o use_path_request_style burque-social /home/gme/s3fs
2025-02-15T16:52:50.680Z [CRT] s3fs_logger.cpp:LowSetLogLevel(239): change debug level from [CRT] to [INF] 
2025-02-15T16:52:50.680Z [INF]     s3fs.cpp:set_mountpoint_attribute(4563): PROC(uid=1000, gid=1000) - MountPoint(uid=1000, gid=1000, mode=40775)
2025-02-15T16:52:50.681Z [INF] curl.cpp:InitMimeType(431): Loaded mime information from /etc/mime.types
2025-02-15T16:52:50.681Z [INF] fdcache_stat.cpp:CheckCacheFileStatTopDir(78): The path to cache top dir is empty, thus not need to check permission.
2025-02-15T16:52:50.683Z [INF] s3fs.cpp:s3fs_init(4287): init v1.93(commit:unknown) with GnuTLS(gcrypt), credential-library(built-in)
2025-02-15T16:52:50.683Z [INF] s3fs.cpp:s3fs_check_service(4431): check services.
2025-02-15T16:52:50.683Z [INF]       curl.cpp:CheckBucket(3673): check a bucket path(/).
2025-02-15T16:52:50.683Z [INF]       curl_util.cpp:prepare_url(257): URL is https://[REDACTED].r2.cloudflarestorage.com/burque-social/
2025-02-15T16:52:50.683Z [INF]       curl_util.cpp:prepare_url(290): URL changed is https://[REDACTED].r2.cloudflarestorage.com/burque-social/
2025-02-15T16:52:50.683Z [INF]       curl.cpp:insertV4Headers(2892): computing signature [GET] [/] [] []
2025-02-15T16:52:50.683Z [INF]       curl_util.cpp:url_to_host(334): url is https://[REDACTED].r2.cloudflarestorage.com
Now I'm debating if I shouldn't just set up s3fs on my web server. 😔
in reply to George Ellenburg (he/him/his)

Continued:
2025-02-15T16:52:50.876Z [CURL DBG] * Host [REDACTED].r2.cloudflarestorage.com:443 was resolved.
2025-02-15T16:52:50.876Z [CURL DBG] * IPv6: 2a06:98c1:58::12e, 2606:4700:7::12e
2025-02-15T16:52:50.876Z [CURL DBG] * IPv4: 162.159.141.50, 172.66.1.46
2025-02-15T16:52:50.876Z [CURL DBG] *   Trying 162.159.141.50:443...
2025-02-15T16:52:50.902Z [CURL DBG] * Connected to [REDACTED].r2.cloudflarestorage.com (162.159.141.50) port 443
2025-02-15T16:52:50.927Z [CURL DBG] * found 441 certificates in /etc/ssl/certs
2025-02-15T16:52:50.927Z [CURL DBG] * GnuTLS ciphers: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0
2025-02-15T16:52:50.960Z [CURL DBG] * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
2025-02-15T16:52:50.961Z [CURL DBG] *   server certificate verification OK
2025-02-15T16:52:50.961Z [CURL DBG] *   server certificate status verification SKIPPED
2025-02-15T16:52:50.962Z [CURL DBG] *   common name: r2.cloudflarestorage.com (matched)
2025-02-15T16:52:50.962Z [CURL DBG] *   server certificate expiration date OK
2025-02-15T16:52:50.962Z [CURL DBG] *   server certificate activation date OK
2025-02-15T16:52:50.962Z [CURL DBG] *   certificate public key: EC/ECDSA
2025-02-15T16:52:50.962Z [CURL DBG] *   certificate version: #3
2025-02-15T16:52:50.962Z [CURL DBG] *   subject: CN=r2.cloudflarestorage.com
2025-02-15T16:52:50.962Z [CURL DBG] *   start date: Fri, 24 Jan 2025 01:44:41 GMT
2025-02-15T16:52:50.962Z [CURL DBG] *   expire date: Thu, 24 Apr 2025 02:44:38 GMT
2025-02-15T16:52:50.962Z [CURL DBG] *   issuer: C=US,O=Google Trust Services,CN=WE1
2025-02-15T16:52:50.962Z [CURL DBG] > GET /burque-social/ HTTP/1.1
2025-02-15T16:52:50.962Z [CURL DBG] > Host: [REDACTED].r2.cloudflarestorage.com
2025-02-15T16:52:50.962Z [CURL DBG] > User-Agent: s3fs/1.93 (commit hash unknown; GnuTLS(gcrypt))
2025-02-15T16:52:50.962Z [CURL DBG] > Accept: */*
2025-02-15T16:52:50.962Z [CURL DBG] > Authorization: AWS4-HMAC-SHA256 Credential=[REDACTED]/20250215/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1bc18957def1353ee30b9a302e4739d1d1d75e495b5448b48d515c9582645434
2025-02-15T16:52:50.962Z [CURL DBG] > x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2025-02-15T16:52:50.962Z [CURL DBG] > x-amz-date: 20250215T165250Z
2025-02-15T16:52:50.962Z [CURL DBG] > 
2025-02-15T16:52:51.239Z [CURL DBG] < HTTP/1.1 200 OK
2025-02-15T16:52:51.239Z [CURL DBG] < Date: Sat, 15 Feb 2025 16:52:51 GMT
2025-02-15T16:52:51.239Z [CURL DBG] < Content-Type: application/xml
2025-02-15T16:52:51.239Z [CURL DBG] < Content-Length: 576
2025-02-15T16:52:51.239Z [CURL DBG] < Connection: keep-alive
2025-02-15T16:52:51.239Z [CURL DBG] < Server: cloudflare
2025-02-15T16:52:51.239Z [CURL DBG] < CF-RAY: 9126cf8ac8e25197-DEN
2025-02-15T16:52:51.239Z [CURL DBG] < 
2025-02-15T16:52:51.240Z [CURL DBG] * Connection #0 to host [REDACTED].r2.cloudflarestorage.com left intact


Anleitung: Friendica mit Bluesky verbinden


Ich dachte mir, ich mache mal eine schnelle und kurze Anleitung, wie man ein vorhandenes Bluesky-Konto mit Friendica verbindet.

Voraussetzung:
- Es muss ein eigenes Konto bei Bluesky vorhanden sein.
- Bei Bluesky muss unter Einstellungen --> Privatsphäre und Sicherheit --> App passwords ein Passwort für Friendica erstellt werden. Einfach den Button + App-Passwort hinzufügen klicken. Das erstellte Passwort merken oder notieren, da man sich dieses später in den Einstellungen nicht mehr anzeigen lassen kann.

Einstellungen bei Friendica:
Wenn bei Bluesky für Friendica ein App-Passwort erstellt wurde, wechselt man auf die Oberfläche von Friendica selber. Dort folgende Schritte ausführen:
- Die Einstellungen für das Konto aufrufen: https://deine-instanz.de/settings
- Danach über folgenden Weg die Einstellungen für Bluesky öffnen: Soziale Netzwerke --> Bluesky Import/Export
- Die erste Checkbox Bluesky Post Addon aktivieren selektieren, um den Connector für sein Konto zu aktivieren. Alle anderen Checkboxen nach Lust und Laune aktivieren.
- In den geöffneten Bluesky-Einstellungen das eigene Bluesky Handle unter Bluesky Handle eintragen. Zum Beispiel DeinBSUser.bsky.social. Danach noch unter Bluesky App Paswort das zuvor in Bluesky erstellte App Passwort für Friendica eintragen. Nach dem Speichern werden die Felder Personal Data Server und Bluesky DID automatisch befüllt.
- Nachdem alle Einstellungen vorgenommen wurden, übernimmt man diese noch mit dem Button Einstellungen speichern.

Das ganze sollte nach dem Speichern dann so aussehen:

Jetzt noch etwas warten und schon erscheinen in der eigenen Timeline die Beiträge der User, die man bei Bluesky als Kontakte hinzugefügt hat.

#Fediverse #Friendica #Bluesky



Hallo #fediverse #poweruser, @helpers

Welche Möglichkeiten gibt es, im Fediverse mehrsprachig aufzutreten?
Kann man bei #zweisprachig-en Schreibern #Sprachen ausfiltern?

Das #Übersetzungstool der App ist nicht so gut.

Ich würde gerne mehr Leuten folgen, die Muttersprschenbeiträge, wenn ich sie nicht verstehe aber direkt ausblenden.
Ich weiss such, dass ich die Sprache des Posts markieren kann, aber wie ist das zu filtern?

This entry was edited (2 months ago)
in reply to OMG 🇪🇺 🇺🇦

@Pascal_F 🇪🇺 spannende Frage.
In Friendica kann man zumindest in der Inhaltseinstellungen der kanäle Sprachen selektieren, die einem so gezeigt werden (siehe Screenshot) .

Dannn hilft natürlich Accounts in den entsprechenden Sprachen zu folgen und auf der Sprache reagieren.

in reply to wolf

@wolf
Danke für die Rückmeldung.

Tatsächlich nutze ich das auf dem Friendica-Account. Das funktioniert aber nur auf der Webseite, hab zwei Apps aufprobiert, die die Filter nicht übernehmen.

Da hab ich einen Europakanal. Ungünstig ist, wenn dann jeder zweite Beitrag in Landessprache ist.
Für mein Profil war der Workaround einen nur englischen Account. Mit Multiaccount-App geht das. Aber bläht eben das fedi auf und nicht jederleut Geschmack 2+ Accounts zu pflegen.

English ist für mich persönlich am einfachsten News von Portugal bis Lettland zu folgen.
Das finde ich bei den Magazinen auch schade, das viele nur in Landessprache berichten.

Da schwebt mir sowas wie Arte vor, Zweikanal. Wenn ich Franze auffrische, wechsle ich die Tonspur.

@wolf
This entry was edited (2 months ago)
in reply to OMG 🇪🇺 🇺🇦

@Pascal_F 🇪🇺

nutze ich das auf dem Friendica-Account. Das funktioniert aber nur auf der Webseite, hab zwei Apps aufprobiert, die die Filter nicht übernehmen.


Das wundert mich. Ich stecke jetzt nicht sooo tief in der technischen Funktionsweise von Friendica, aber dachte eigentlich, dass die TL nicht durch den client beeinflusst werden (egal ob Du den Browser oder Apps nutz sollte bei gleichen accountvoreinstellungen die TL die gleichen Inhalte abbilden).
hast Du mal in die @Friendica Support Gruppe gefragt, wie man wohl am besten eine mehrssprachige Timeline pflegt?

Zu den Apps und Friendica: viele Friendicaner nutzen ja das Fedi via Browseroberfläche, weil die üblichen Apps eben viele der großartigen Funktionen von Friendica leider nicht abbilden Isie sind ja meist auf Mastodon optimiert). Ich war früher als ich noch pleroma, vorher masto nutzte auch sehr auf die Apps fixiert, inzwischen nutze ich Friendica sehr gerne in der Browseroberfläche. Weiß gar nicht mehr was konkret der Vorteil einer App sein soll…

in reply to OMG 🇪🇺 🇺🇦

Ich nutze keine Circles, daher kann ich es nicht konkret ausprobieren, aber:
Die auf Friendica spezialisierte App Relatica bringt in der aktuellen Version 0.15 ein Circles-Management mit und scheint auch den jeweils ausgewählten Circle anzeigen zu können.


@Friendica Support
Gibt es eine gute und aktuelle Installationsanleitung für Friendica in englischer Sprache? Frage für einen Freund, der mit den Anweisungen auf der Projektseite unglücklich ist. Danke!

Is there a comprehensive and up-to-date installation guide for Friendica in english available? Asking for a friend who is unhappy with the instructions on the project page. Thanks!

This entry was edited (2 months ago)


Tempting mushrooms in video games



It's such a beautiful and simple life being a mushroom. You should try it.

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists



@Tuxi ⁂ Ich sehe ja das Du nach wie vor alle Neuen auf Deiner Instanz begrüßt. Wäre es evtl. sinnvoll ihnen auch @Friendica Support mit an die Hand zu geben? Und hattest Du nicht eine lokale Supportgruppe? Ich weiß es nicht mehr. LG Sascha


Moin @Friendica Support ,

nachdem sich die Größe meiner Datenbank über Monate und Jahre hinweg im Bereich um die 2,5Gb bewegt hat, bekomme ich gerade eine Nachricht vom Uberspace, dass sie nun plötzlich auf 9Gb angewachsen ist.

Worin kann die Ursache liegen? Was ich in den vergangenen Wochen geändert habe ist
1. Ein Update auf die aktuelle Stable-Version
2. Die Aktivierung des BlueSky-Addons, von dort kommen eine Hand voll Follower, die es hier nicht gibt.
Einstellungen, beispielsweise bezüglich des Chaching von Profilbildern (=Deaktiviert) habe ich nicht verändet.

Uberspace empfiehlt den Versuch einer Freigabe ungenutzen Datenbankspeichers mittels
mysqlcheck --optimize --all-databases

Kann ich das gefahrlos tun und was kann ich noch tun?

in reply to Schaf (fka Bionk)

Optiimize kannst Du immer gefahrlos machen. Du solltest aber unbedingt das Cachen von Avataren deaktivieren, falls das noch nicht geschehen ist.
in reply to Michael 🇺🇦

Avatare werden schon lange nicht mehr gecached, aber danke für den Hinweis.

Der Optimierungslauf zeigte zwar gefühlt bei allen Tabellen
"Table does not support optimize, doing recreate + analyze instead",
aber die Größe der Datenbank hat sich trotzem von ca. 8Gb auf nun ca, 4Gb halbiert. Das ist wohl Magie.

Ich hätte erwartet, dass so eine Datenbank-Optimierung regelmäßig von selbst ausgeführt wird, wenn die entsprechende Option in den Admin-Settings gesetzt ist?

Habe vorhin in einer anderen Support-Anfrage gelesen, dass Bluesky offenbar einiges an Worker-Jobs produziert. Das wird die Datenbank sicher wachsen lassen und auch bei mir die Ursache sein.


Bluesky = tons of job in the worker queue


Hello there !Friendica Support

FIY I have enabled the Bluesky plugin to help Hank (from Relatica) diagnose some issue.

The plugin is working pretty well on 2024.12, almost too well: just a word of caution, on low end systems you may have thousands jobs piling in the worker queue.

Bluesky timeline is very chatty... also, not realtime. They do a pretty good job at showing you what look like real time interaction, the propagation delay is more like in the couple of minutes range 🤔

Bye!




@Friendica Support
EN beneath

DE: Gibt es eine Möglichkeit, sich alle Beiträge anzeigen zu lassen, die man entweder geliked, geboostet oder kommentiert hat? Ich hatte schon öfter das Problem, dass ich einen Beitrag später wiederfinden wollte, den ich entweder kommentiert oder nur geliked hatte. Bisher habe ich aber keine Funktion gefunden, die mir eine Übersicht über meine Likes oder Kommentare bietet – außer der manuellen Suche. In meiner Home-Timeline sehe ich nur meine eigenen Beiträge und geteilte Inhalte. Übersehe ich da etwas?

EN: Is there a way to view all posts that I have liked, boosted, or commented on? I've often found myself wanting to revisit a post I had either commented on or simply liked, but I haven't found any feature that provides an overview of my likes or comments—aside from manually searching for them. In my home timeline, I can only see my own posts and shared content. Am I missing something?

in reply to Michael 🇺🇦

Danke für die schnelle Antwort!
Eben nicht oder ich bin zu doof 😁
Dort sehe ich nur eigene und geteilte Beiträge. Jedoch nicht meine Likes auf Beiträge oder Kommentare zu Beiträge wenn ich die Beiträge selbst nicht geteilt habe

Du meinst doch

instanz.tld/profile/{username} ?



Kann es sein, dass bei der aktuellen Entwicklerversion von Friendica das Bluesky Addon nicht mehr funktioniert? Der letzte Beitrag, der reinkam ist eine Woche alt, obwohl es aber wesentlich neuere bzw. aktuellere gibt.
@Friendica Support


// v.01

@Friendica Support

Hi there,
I'm wondering about tweaking the #frio UI from the standard user backend, the standard admin backend and also "under the hood" in files themselfs if possible.

Are there some references to conversations, or links to tutorials or special hints and #fediTips?



Problems with embedded videos in posts

Hello @Friendica Support

Why when I create a post and embed a video (I upload the video to my friendica storage) I always find it at the bottom of the page? I'll give you an example , I create the post like this

ABCabcAbcABC....I write something..... then I embed some videos from youtube like this,

and finally I insert the hashtags

#friendica #support #etc

I click on preview and everything is perfect , when I click on share, I publish my post, and I find the attachment of the video that I inserted at the end after the hashtags

What kind of formatting should I use? I've tried various combinations, I normally write my posts in Joplin notes, then I copy and paste. But I created this post directly "Create new Post" but nothing changes

original post

https://mydomain/attach/99999



@Friendica Support @Friendica Admins
Moin Leute, kann mir mal einer sagen, was hier wieder los ist ? Was analysiert die Friendica Directory nur wieder ? Oder besser nicht ?

Gestern stand das noch auf "95" ganz vorne dran.

in reply to Andreas vom Zwenkauer See

Leider wird der Grund der Änderung unbekannt bleiben, bis git.friendi.ca/friendica/frien… umgesetzt ist.

Die Zahlen werden nicht nach Zufall generiert. Aber wenn der Grund für die Änderung nicht dokumentiert wird, ist das klarerweise suboptimal.



The horror of releasing a video game beta



Should the team release the Skycraft expansion beta during the fever pitch hype of the fans?

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists



Cramming as many fan names into 1 skit as possible



Want to be a part of our videos like these amazing fans?
Check out our new website: vivaplus.tv

Peter McKernan
Tyler
Stranger
Callum Wright
zoddy
FalconDEW
William A Fey
Jypsy
Chris crossett
Shaun Dux
Dennis Dimka
Dion Cassidy
Larry
Joshua C. Folliett
Marianne Welmers
Gnare
Bonemechanic
Pipkinobi
Shaun Minnaar
TheDruce
Burpkidz
James M Dunn
Chris Jay
Jason Vrapcenjak
TouchofStrange
Zoopeeper
SpookyBear2
Serendella
Kevin Zimmerli
Uiscareua
DistinctlyHuman
Tom Thomson
Wabbajackwagon
Heaven Scent
PlateArmourPiglet
KoopSoup
TheShing
TouchofStrange
Mesca
Supp_4Life
Rooks_Gamb1t
Gonzo209
PioBution
TristanSW
Linebacker40
Gutsy Yeeted
Starman
Pandorica
Rallydarkstrike
Drave
Roey42
Valleri68
MemoOwO
Raptor007a

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists



When the trailer is made before the game



Jake has gone a bit overboard on the marketing for the new expansion

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists



Hallo @Friendica Support, ich habe einen User auf meiner Instanz in einem Beitrag der nur an meine Kontakte ging (also privat) mit einem @ erwähnt. Dieser Beitrag wurde auch veröffentlicht und den Kontakten angezeigt.
Es gibt allerdings eine Ausnahme: Der User, der in dem Beitrag mit @ erwähnt wurde, wurde nicht über eine Benachrichtigung benachrichtigt und der Beitrag selber wird ihm auch nicht in seiner Timeline angezeigt.

Es handelt sich um diesen Beitrag: anonsys.net/display/bf69967c-1…

Was läuft hier schief? Ich selber habe keine Erklärung dafür...
Ist das ein Bug in der aktuellen Stable?

Cc.: @Mac King ⁂ @Mac King

in reply to Jan

@Jan
Axooooooooo.... War nur verwundert, weil Du von Mastodon aus geschrieben hast.
@Jan
in reply to Tuxi ⁂

Ach das sind zwei Tabs die nebeneinander angeheftet liegen. Manchmal krieg ich es nicht umgeschaltet, das Alter, Du kennst das ja ^^


NPC's placing bets on players



When NPC's get bored they like to place a little wager

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists




Epic NPC Man Compilation 51



Video Game Logic skits for the not so faint of heart!

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists



Gewoon maar eens een testje hier op mastodon. Komende vrijdag speel ik in Deventer. Wat is nu de beste manier om dat op mastodon kenbaar te maken?

#balfolk #trekzak #Melodeon #accordeondiatonique #mazurka #Deventer #folk #dansen #livemuziek

@folkmusic

Oh na een tip van @sandradejong ook even een linkje van muziek die je kan verwachten: open.spotify.com/track/2aP3BBE…

Werkt dat zo? :-)

Oh trouwens: balfolk.nl voor tickets (bijna uitverkocht)

En op advies: boosten wordt gewaardeerd!

in reply to Wouter Kuyper

Hé Wouter,

Hoe werkt boosten?
En als je iets waardeert wordt het dan een sterretje eronder?
Nieuw op Mastodon, vandaar...

Groet, Henk

folkmusic group reshared this.



Filtered word: nsfw

in reply to …ᘛ⁐̤ᕐᐷ jesuisatire bitPickup

If you want to use a different branch than the stable one, you need to fetch and checkout the branch before your perform the git pull.
in reply to TupambAdminOrg [2024.03]

error notice: DefinitionCache/Serializer not writable
Serializer.php php line 2982025-02-20T22:15:46Z WARNING app E_USER_WARNING: Directory /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer not writable.
Directory /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer not writable.
file
/var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php
php line 298
error 512
in reply to TupambAdminOrg [2024.03]

@TupambAdmin [2023.05] @Tobias @…ᘛ⁐̤ᕐᐷ jesuisatire bitPickup Please verify the ownership of these folders. You might have ran Composer as root, which would have made the folders in /vendor unable to modify by the web server user.
in reply to Hypolite Petovan

hypolite wrote:

Please verify the ownership of these folders.

vendor ownershipdrwxr-xr-x 40 www-data www-data 4096 Feb 20 21:22 vendor
drwxr-xr-x 3 www-data www-data 4096 Feb 20 21:20 ezyang
drwxr-xr-x 3 root root 4096 Feb 20 21:20 htmlpurifier
-rw-r--r-- 1 root root   341 Nov 17  2023 CREDITS
-rw-r--r-- 1 root root 26456 Nov 17  2023 LICENSE
-rw-r--r-- 1 root root  1271 Nov 17  2023 README.md
-rw-r--r-- 1 root root     6 Nov 17  2023 VERSION
-rw-r--r-- 1 root root  1415 Nov 17  2023 composer.json
drwxr-xr-x 3 root root  4096 Feb 20 21:20 library

drwxr-xr-x 21 root root  4096 Feb 20 21:20 HTMLPurifier
-rw-r--r--  1 root root   274 Nov 17  2023 HTMLPurifier.auto.php
-rw-r--r--  1 root root   213 Nov 17  2023 HTMLPurifier.autoload-legacy.php
-rw-r--r--  1 root root   910 Nov 17  2023 HTMLPurifier.autoload.php
-rw-r--r--  1 root root   101 Nov 17  2023 HTMLPurifier.composer.php
-rw-r--r--  1 root root   576 Nov 17  2023 HTMLPurifier.func.php
-rw-r--r--  1 root root 10573 Nov 17  2023 HTMLPurifier.includes.php
-rw-r--r--  1 root root   923 Nov 17  2023 HTMLPurifier.kses.php
-rw-r--r--  1 root root   235 Nov 17  2023 HTMLPurifier.path.php
-rw-r--r--  1 root root 10187 Nov 17  2023 HTMLPurifier.php
-rw-r--r--  1 root root 13579 Nov 17  2023 HTMLPurifier.safe-includes.php

There has been problems before with nearly all folders becoming owned by root.
In this upgrade I made the mistake to initialize bin/composer.phar install --no-dev as root but aborted that intent, changed to www-data and applied bin/composer.phar install --no-dev again.

Command applied now to asure that all folders will be owned by www-data.
chown -R www-data:www-data /var/www/

in reply to utopiArte

Ownership, www-data and root related conversation from last year when the instalation was migrated to this VPS:
tupambae.org/display/0ac89072-…


Implications of access by the user www-data to all friendica folders


@Friendica Support

Hi there,
the friendica helpers page describes the installation process of friendica as follows:

/help/Install: wrote:

The Linux commands to clone the repository into a directory "mywebsite" would be
git clone https://github.com/friendica/friendica.git -b stable mywebsite
cd mywebsite

bin/composer.phar install --no-dev

Make sure the folder view/smarty3 exists and is writable by the webserver user, in this case www-data

mkdir -p view/smarty3
chown www-data:www-data view/smarty3
chmod 775 view/smarty3

Get the addons by going into your website folder.

cd mywebsite

Clone the addon repository (separately):

git clone https://github.com/friendica/friendica-addons.git -b stable addon


askubuntu.com: wrote:

What is the www-data user?
askubuntu.com/questions/873839…
The web server has to be run under a specific user. That user must exist.

If it were run under root, then all the files would have to be accessible by root and the user would need to be root to access the files. With root being the owner, a compromised web server would have access to your entire system. By specifying a specific ID a compromised web server would only have full access to its files and not the entire server.

I guess this observation goes both ways, a compromised friendica instalation get's access to all the friendica folders if I choose to first create/activate the www-data user, than create the friendica installation folder structure, than git clone friendica, than create the smarty3 folder and ultimately do the git clone of the addon folder as described here:
tupambae.org/display/0ac89072-…
The order in which the creation of www-data related folders in the above case is described makes all folders and files in the friendica directory belong to www-data.
In the friendica help description first comes the git-clone, than the the smarty3 folder part than the addon git-clone. Actually I guess that last part would make the addon folder belong to www-data too if I run one command after another. Is that intended?

I wonder if this could have some kind of security implications.
I guess www-data is somehow the friendica site and has permissions to do "what ever it wants" (-> "writable by the webserver user") with all the folders in the friendica directories if it's the owner of them.


@TupambAdmin [stable]


in reply to TupambAdminOrg [2024.03]

Looks like 2023.12 is running good and smooth for 2 days now so here comes the next update.
2023.12 felt faster than 2023.05.


Nice. How to leave #X / #Twitter and #Instagram? In the edition of tomorrow‘s newspaper Augsburger Allgemeine offers valuable tips and highlights alternatives in the #Fediverse, such as #Mastodon and #Pixelfed. A must-read especially for @Gargron from @Mastodon and @dansup from @PixelFed and of course @helpers / @admins

📖 Read more here in german language: augsburger-allgemeine.de/geld-…

#SocialMedia #Privacy #Alternatives #Mastodon #Pixelfed #Fediverse

in reply to Horst Thieme

.
Yes. And we need to move to non US based fediverse platforms like Mastadon After all 95%+ of us don't live in the US
in reply to Horst Thieme

@Horst Thieme this is a dedicated Friendica Admin forum for addressing practical issues of running a Friendica node!

PLEASE don't misuse this space as a news reply. Thanks



Save to folder function broken or my Browser?


@Friendica Developers @Friendica Support

Does "Save to folder" function work for you on the current stable and dev?

Screenshot of Frio UI showing options under a post item which selection for further actions. The option "In Ordner speichern" in highlighted in yellow.

When ever I enter a folder and confirm, the browser (Firefox) freezes until I refresh it. The browser asks on refresh if I really want to leave the site since it is still processing.

After the manual refresh, the site is correctly saved.

Background: I was diving in the Code to adjust the color for the "save to folder" dialog, which is actually colorbox. Are we interested to make it a modal like the compose window?

I already fixed the color appearance, but am reluctant to create a PR on a may be faulty feature in general.

PS: I am so grateful for the dev container for friendica, it simplifies the dev process at leat for ui tremendously! ❤

in reply to Der Marek

@Der Marek The feature works for me, I've fixed the awkward UX recently on develop: github.com/friendica/friendica…

Improving the display would be welcome, by using the regular modal window instead of the the colorbox for example.

in reply to Der Marek

Ahh okay, thank your very much! I pulled your PR and now the save works like a charm.

On the other hand, the background color is not fixed for frio dark / black.

I created an issue on github, elaborating my assumption for the cause for better discussion:

github.com/friendica/friendica…



@Friendica Support Why is it (bug or feature ;-) ) that I frequently have a difference in the number of comments indicated by the symbol and the text version:


Screenshot of a Friendica post. The speech bubble symbol show 46 comments, but the expand text tells "show 116" comments. This is encircled in red. Likewise, the double arrow symbol indicates 2 shares will the text in accordance also reads "2 Menschen teilen dies erneut. This is encircled in green.

The bubble symbol tells me 46 comments, but the expand text "116 comments". I would expect the same numbers here just like it is the case for reshared count?

I first thought my instance would not know the other comments, but since the higher number is the total amount of actual comments which are SHOWN, this theory seems wrong :-)

in reply to Der Marek

A quick experiment suggests that the 46 is the number of direct replies to the original post, while the 116 is the total number of comments in the thread, including replies to other replies.
in reply to Der Marek

Ahh, ohh, 46 people left 116 replies in total, I see! Thank You!
in reply to Der Marek

No. 46 people replied directly. The other replies are replies to replies.
in reply to Der Marek

@Der Marek Not necessarily people. 46 is the number of comments replying directly to the top-level post. Then there are 70 additional comments at the second hierarchical level and up.


Customer looking for a hard drive



Go to vivaplus.tv to see more episodes of Tech Town Middle Ages!

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists




Hi @Friendica Support

Not sure if the following has been part of information and discussion around here.
Apparently there are several Nostr relays that bridge, with or without asking for permission, profiles to somewhere else.

In this link there is a csv file with known servers that can be importet into the server blocking list:
codeberg.org/Luukanikos/fedibl…
#fediAdmin

in reply to utopiArte

no instance on Fedi asks for permission, you just have to block the ones you don't want.🤷‍♂️
in reply to BeAware_

Actually at least over here I also could create a positive list, restricting access to only predefined instances.

That said, the "asking for permission" is if some instance simply mirrors profiles "without asking for permission" each profile or instance it pretends to mirror or duplicate. This in any case is basically about good manners, not technical possibilities.

I didn't dig into some apparent nostr discussion itself but saw the possibility to register a profile for mirroring it. Well, actually the only way this could happen in a correct respectful manner is that a profile follows an account that than interpretates that following as a request or permission to be mirrored.

Not interested in supporting bluesky or disrespectful folks in any way so I guess this list comes kinda preemptive handy.
👍



Wednesday Tease time! Here are the first lines from each of this week's batch of Other People's Music. As always, you can read the full versions here:

etherdiver.com/2025/01/17/opm-…

#music #NewMusic #MusicDiscovery #MusicWriting #Musodon

in reply to Ether Diver

Lee Zangari – Safe and Sound and Fury

Gorgeous neo folk from a charming singer-songwriter with deft fingers and an enchanting voice.

leezangari.bandcamp.com/album/…

@joemicarelli.bsky.social

@folkmusic

#Folk #FolkMusic #NeoFolk #SingerSongwriter



@Friendica Support Mein Gruppen-Widget ist auf einmal weg.
Ich finde die abonnierten Gruppen nicht mehr!!!

Dürfte bei einem der letzten Updates verschwunden sein.

Das ist alles, was von meinen Gruppen blieb

This entry was edited (3 months ago)


@Friendica Support

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:
cast.tupambae.com/@bitPickup/p…

Link to a mastodon instance where the post can be seen:
troet.cafe/@bitpickup/11387501…

Link to this site here where the audio is not displayed but only a link:
tupambae.org/display/db58d9ad-…

in reply to utopiArte

@utopiArte @Castopod :podcasting2:
The post from castopod is encoded as a "Note" ActivityStream object:

{
    "@context": "https://www.w3.org/ns/activitystreams",
    "attributedTo": "https://cast.tupambae.com/@bitPickup",
    "cc": [
        "https://cast.tupambae.com/@bitPickup/followers"
    ],
    "content": "&lt;a href=\"https://cast.tupambae.com/@bitPickup/episodes/cc0-nc\">CC0-NC&lt;/a>&lt;br/>Moin, moin.\r&lt;br />\r&lt;br />Hier ein erster Vorgeschmack.",
    "id": "https://cast.tupambae.com/@bitPickup/posts/d88b27ab-c8c2-461d-9ec6-ac684af2908f",
    "published": "2025-01-22T04:00:01+00:00",
    "replies": "https://cast.tupambae.com/@bitPickup/posts/d88b27ab-c8c2-461d-9ec6-ac684af2908f/replies",
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "type": "Note"
}

there is no indication of something that should be played, there is only the link in the text content.
Now, mastodon get the first link it find in post and try tho show a preview, I think using OpenGraph.
Friendica sometimes does it also, I don't know the details and I don't know why it doesn't show a preview for this. I'm pretty sure that it will not show a player anyway.

The point is: there is nothing in that Note object which says "it's a podcast". It's just a note that an episode is published, with a link to it. The fact that mastodon show the player is unrelated from the fact that the note links to a podcast. I'm sure the fact the link is the first thing in the note is a deliberated choice by castopod devs, to take advantage of Mastodon's behavior

I had expected that this would be some kind of activityPub convention of transmitting information about if a video or audio format is part of the content.


Yes there is: attachment property. But then Friendica will shows attachments as icons at the end of the post. Still without a player.

Castopod devs chose to create their ActivityStream object of type 'PodcastEpisode', which you can get requesting the AS version of the episode page

$ curl -s -H Accept:application/activity+json https://cast.tupambae.com/@bitPickup/episodes/cc0-nc | jq .
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "id": "https://cast.tupambae.com/@bitPickup/episodes/cc0-nc",
  "type": "PodcastEpisode",
  "published": "2025-01-22T04:00:01+00:00",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "cc": [
    "https://cast.tupambae.com/@bitPickup/followers"
  ],
  "attributedTo": "https://cast.tupambae.com/@bitPickup",
  "comments": "https://cast.tupambae.com/@bitPickup/episodes/cc0-nc/comments",
  "description": {
    "type": "Note",
    "mediaType": "text/markdown",
    "content": "The basics",
    "contentMap": {
      "en": "&lt;p>The basics&lt;/p>\n&lt;footer>&lt;p>&lt;a href=\"https://troet.cafe/@bitpickup\">bitPickup contact&lt;/a> in the fediVerse&lt;/p>\n&lt;/footer>"
    }
  },
  "image": {
    "type": "Image",
    "mediaType": "image/png",
    "url": "https://cast.tupambae.com/media/podcasts/bitPickup/cover_feed.png"
  },
  "audio": {
    "id": "https://cast.tupambae.com/audio/@bitPickup/cc0-nc.m4a",
    "type": "Audio",
    "name": "CC0-NC",
    "size": 161445,
    "duration": 7.808,
    "url": {
      "href": "https://cast.tupambae.com/audio/@bitPickup/cc0-nc.m4a",
      "type": "Link",
      "mediaType": "audio/mp4"
    }
  }
}

But this is not a standard object, and Friendica (and I think many other services) does not know how to display it, failing back to render the "content", losing the link to the audio file.

A note with a link is a reasonable way to post something understandable by everyone.

in reply to Fabio

@Castopod :podcasting2: @utopiArte Mh, quick correction. if the link to the audio file is in an "attachment" property, friendica will show the player. Just as in this post

But from a semantic prospective (acting like I know what it means), the audio file is not attached to the note, but to the episode.


Post of the audio MP3 URL link in BBCode audio brakets [audio][/audio]





Weis jemand was mit anonsys.net los ist


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




Here's our weekly peek into the most recent Other People's Music roundup! Like every Wednesday, we're posting the top line of each writeup, along with a link to the music.

Of course, if you'd rather read the whole thing, here's the link:

etherdiver.com/2025/01/10/opm-…

#Music #MusicDiscovery #NewMusic #ListenToThis #NowHearThis #OPM #OtherPeoplesMusic

in reply to Ether Diver

Daktyloi – Accidental Frescoes of the Pentecost Dove

Deeply strange ambient soundscape and found-sound collage that incorporates elements of noise, drone and plunderphonics to create an alternate audio reality.

daktyloi.bandcamp.com/album/ac…

@applecart.bsky.social

@experimentalmusic

#Noise #SoundCollage #AudioCollage #FoundSound #Drone

in reply to Ether Diver

Billy Mack Collector – Searching for the Pink Elephant

Whimsical weirdo folk that’s like Elephant 6 meets Mercury Rev, with a dash of Syd Barrett thrown in for good measure.

billymackcollector.bandcamp.co…

@billymackcollector.bsky.social

@folkmusic
@rockmusic

#FreakFolk #IndieRock #FolkPop #WeirdFolk #WeirdPop


in reply to Gerhard Hallstein

@Gerhard Hallstein was meinst du mit Spitznamen ???

Wenn du damit den Spitznamen deines Accounts meinst dann liegt es daran, das der Spitzname nicht geändert werden kann/darf.

Spitzname/Nickname

Der Spitzname wird benötigt, um eine Webadresse (Profiladresse) für viele Deiner persönlichen Seiten zu erstellen. Auch wird dieser wie eine Email-Adresse genutzt, wenn eine Verbindung zu anderen Personen hergestellt werden soll. Durch die Art, wie der Spitzname genutzt wird, gibt es bestimmte Einschränkungen:

er muss mit einem Buchstaben beginnen
er darf nur US-ASCII-Textzeichen und Nummern enthalten
er muss einzigartig auf diesem Friendica-Knoten sein
er kann später nicht mehr geändert werden

Dieser Spitzname wird an vielen Stellen genutzt, um Deinen Account zu identifizieren, daher ist es nicht möglich ihn später zu ändern.
in reply to OldKid ⁂

@Gerhard Hallstein ok jetzt habe ich mich mal etwas reingefuchst und auch deine Unterhaltung mit Tuxi ganz gelesen.

Es könnt daran liegen das der Account seine Infos aus dem RSS Feed bezieht und das jedes mal wieder neue wenn ihr den Feed abruft und in dem Feed ist eben auch der Name enthalten und den übernimmt er jedes Mal aufs neue wie es scheint.



Loot boxes are basically gambling



Arcticstorm want to add loot boxes to Skycraft... but it's basically gambling.

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists




Addictive hoarding in video games



Sometimes it feels like you have no control over hoarding in video games

SUPPORT US ON VIVAPLUS - vivaplus.tv

MERCH - vldl.shop
ALL SOCIALS - vldl.info
WATCH US STREAM! - bit.ly/VLDLtwitch
SERIES PLAYLISTS - bit.ly/VLDLplaylists



Hallo Friendica Profis,

ich bin aktuell am überlegen, meine lokale Instanz auf einen kleinen VPS umzuziehen. Deswegen bringe ich mich momentan auf den aktuellen Stand der Dinge, was die Installation eines LAMP-Servers und die Installation von Friendica betrifft. Beim rumstöbern bin ich auf eine aktuelle Anleitung gestoßen, wie man Friendica installiert.

Dazu hätte ich zwei Fragen:

  1. Unterscheidet sich die Installation auf einem Raspi zu einer auf einem VPS?
  2. Würdet ihr die Installationsanleitung so durchführen oder würdet ihr was anders machen?
  3. Was würdet ihr generell am System optimieren bzgl. Friendica und dem System selber?

Den Artikel zu der Anleitung findet ihr hier: blogzwo.me/raspberry-pi/friend…

Über Feedback sowie Tipps&Tricks würde ich mich freuen.

@Friendica Support @Friendica Admins

in reply to Unity :Friendica: ⁂

In der Docker-Variante muß man nicht einmal das machen. Und man muß auch nicht wissen, ob und wann eine neue Version erschienen ist. Man kann ganz einfach sterben und die Instanz läuft immer aktuell weiter.

Gut, das mit dem Sterben sollte man hinauszögern.

This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.