abu
@abu@hub.alfredbuehler.ch
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 1 hour ago: @𝓒𝓱𝓻𝓲𝓼
But how to automat the creation oft the SQL dump ?
?? It's done by mysqldump from within the backup function. Automation can be done by using a cron job. Or do you refer to something else? - Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 1 day ago: @𝓒𝓱𝓻𝓲𝓼 Saving the directory and associated SQL dump doesn't require an extra tool.
backup() {
ssh -T $HOST << EOF
tar -C $APPDIR_REMOTE -czf archive/$ARCHIVE.tar.gz
mysqldump -h 127.0.0.1 $DBNAME > archive/$ARCHIVE.sql
gzip -f archive/$ARCHIVE.sql
find archive/ -type f -name "${PREFIX}*.gz" -mtime +$DAYS -delete
EOF
scp $HOST:/archive/$ARCHIVE.* .
} - Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 2 days ago: @𝓒𝓱𝓻𝓲𝓼
How to manage Buckups on a shared host ?
How do you backup the DB ?
Using a self-made shell script. - Submitted 2 days ago to adminsforum@hubzilla.org | 8 comments
- Comment on @Hubzilla Support Forum Can't see, what this is good for or what it's supposed 5 days ago: @*_jߍyrope
where's the need to rustify this coming from at all?
Well, there is absolutely no need. But some folks think that every piece of software created with C has to be rewritten with Rust. - Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 6 days ago: @Der Pepe (Hubzilla) ⁂ Thanks. I'll patch my two hubs with this. Just to be able to continue.
- Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 6 days ago: @Der Pepe (Hubzilla) ⁂ Yes, $filename should work.
- Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 6 days ago: @Der Pepe (Hubzilla) ⁂
if ($mimetype === 'text/plain' && preg_match('/.css$/i', $os_relpath))
Sorry, but this won't work, as $os_rel_path is the hash, rather than the filename.$os_basepath = "store/abu/",
$os_relpath = "187613e5-2220-4a71-85c1-f6bff4325a39" - Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 6 days ago: @Der Pepe (Hubzilla) ⁂
JavaScript, on the other hand, is recognised correctly: application/javascript
Mine didn't; it was stored as text/plain, making the browser complain.var e=Object.defineProperty,t=(t,n)=>{let r={};for(var i in t)e(r,i,{get:t[i],enumerable:!0}) - Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 6 days ago: @Mario Vavti
But i actually do not like this hack!
I wouldn't like it either. But what are the chances that it will be fixed in libmagic within a reasonable timespan? Forget it; we need a usable workaround for the Hubzilla webpages ASAP. - Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 6 days ago: @Mario Vavti Oh, then I'm simply out of luck that my completely valid CSS file didn't meet the expectations of that function.
:grinning_squinting_face: - Submitted 1 week ago to adminsforum@hubzilla.org | 0 comments
- Comment on need for a extension install site 1 week ago: @Hubzilla Support Forum I'd fully appreciate this.
The current way for adding community apps and widgets is not very comfortable.
Further on, the pages at /admin/addons/ and /apps become harder to use and will need a rework eventually.
And maybe the naming could be unified. I don't see any reason for having addons and apps. Aren't they referring to the same? - Comment on we need the option for offline reading 1 week ago: @Hubzilla Support Forum Personally, I don't need such a feature, but it sounds interesting enough to support it. :thumbs_up:
- Comment on @Hubzilla Support Forum hub.alfredbuehler.ch unknow 1 week ago: @Mario Vavti IIRC, I installed it only once.
- Comment on Errors in delivery report 2 weeks ago: @Der Pepe (Hubzilla) ⁂ Oh!™ :drooling_face:
- Comment on Errors in delivery report 2 weeks ago: @Der Pepe (Hubzilla) ⁂ OK, thanks.
But why does my hub try to deliver my posts to them at all? I don't have any contacts from these nodes.
I always thought they would need to be in my contact list. - Comment on Widget repository linking 2 weeks ago: @Der Pepe (Hubzilla) ⁂ This was my initial try, using MyWiget/MyWidget.php. But it didn't work, so I also tried the flat structure, which doesn't work either.
Using MyWiget/MyWidget.php, the PDL editor doesn't see the widget for a potential install. Or is there any other way to install the widget?
But I'll retry from the start ASAP. Thanks. - Comment on Widget repository linking 2 weeks ago: @Mario Vavti I'm talking about widgets.
If I copy or link MyWidget.php manually to Zotlabs/Widget, it works like a charm. - Comment on kwj@hub.hubzilla.de⚪🔵⚪🟡 wrote the following post Sat, 01 Aug 2026 21:3 3 weeks ago: @Der Pepe (Hubzilla) ⁂ Meanwhile, I found it in the docs:
?+type == Question
I hope this helps. Thanks anyway. - Comment on kwj@hub.hubzilla.de⚪🔵⚪🟡 wrote the following post Sat, 01 Aug 2026 21:3 3 weeks ago:
- Comment on Uncaught JsonLdException 1 month ago: @Jupiter Rowland IIRC, I never had any followers from infosec.exchange.
- Comment on Test 1 month ago: @Hubzilla Support Forum Well done, thanks again. It really seems to work again now.
- Submitted 1 month ago to adminsforum@hubzilla.org | 0 comments
- Comment on My subscription to this forum is broken 1 month ago: @Hubzilla Support Forum So I just have to wait. Is there something else I could do?
Thanks so far. By the way, didn't you mention your name? - Comment on My subscription to this forum is broken 1 month ago: @Hubzilla Support Forum But I still don't see the forum posts and notifications in my stream.
- Comment on @ Hubzilla Support Forum These errors are thrown from the jsonld library ( l 1 month ago: @Jupiter Rowland Anyway, it's blocked here now.
- Comment on My subscription to this forum is broken 1 month ago: @Hubzilla Support Forum Did you change something? And what?
- Comment on My subscription to this forum is broken 1 month ago: @Hubzilla Support Forum Strange. I can see the incoming posts, but they never reach the item table. Couldn't find any related error in the logs.
- Comment on @ Hubzilla Support Forum These errors are thrown from the jsonld library ( l 1 month ago: @Harald Eilertsen Thanks for your reply.
The stack trace mentioned a part of an address:#8 /extend/addon/hzaddons/pubcrawl/Mod_Inbox.php(93): Zotlabs\Lib\ActivityStreams->__construct('{"@context":["h...', 'https://infosec...')
I could identify the invoker in the server log as2a01:4f8:2b03:ba1::3 - - [08/Jul/2026:21:51:58 +0200] "POST /inbox HTTP/1.1" 500 3676 "-" "Mastodon/4.7.0-alpha.1+glitch (http.rb/5.3.1; +https://infosec.exchange/)"
First off, blocking infoseek.exchange under admin->security didn't seem to work. I had to block it via the .htaccess file. Then I recognized the trailing '/' as part of the host name! Adding this, Hubzilla's blocking works; the errors disappear. Up to now, it seems to be solved.
BTW, I apologize for the double post. Obviously my subscription to this channel is broken. I no longer see any forum posts in my stream. Needs to be repaired as well.