abu
@abu@hub.alfredbuehler.ch
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on Accessbility at design stage 1 week ago: @Der Pepe (Hubzilla) ⁂
Why should it be replaced?
This might be because some people avoid Bootstrap like the devil avoids holy water... You can understand that, but you don't have to. - Comment on About desktop notifications 3 weeks ago: @Mario Vavti
The decision if SSE or traditional polling is used is made in the admin->site settings.
Could you please tell us something about the warning there?Warning: this setting might not be suited for shared hosting
- Comment on @Hubzilla Support Forum Conclusion It works only if the SSE plugin 3 weeks ago: @Mario Vavti Yes, I think so as well.
Let me think about a configuration option. But would you ever accept such an extension at all? - Comment on About desktop notifications 3 weeks ago: @Hubzilla Support Forum
Conclusion
- It works only if the SSE plugin is enabled.
- It works only if unseen network activities are enabled.
- Only starters trigger a notification; comments, etc. are ignored.
- I read something with "only one browser tab open"...
For me this is an unrealistic scenario, as I usually have multiple browser windows with multiple tabs open, and I'm also interested in incoming comments on my threads. Therefore, for me this case can be closed.
Thanks to everyone for contributing to this thread. Have a nice evening.
Over and out. - Submitted 3 weeks ago to adminsforum@hubzilla.org | 4 comments
- Comment on @Hubzilla Support Forum Bingo! It works. Don't ask me why. I' 3 weeks ago: @Stefan Hay Fidelity Yes, here it works only with the plugin enabled.
- Submitted 3 weeks ago to adminsforum@hubzilla.org | 7 comments
- Submitted 3 weeks ago to adminsforum@hubzilla.org | 0 comments
- Comment on About desktop notifications 3 weeks ago: @Mario Vavti Do you mean that "grant permission" link? Then yes.
- Comment on About desktop notifications 3 weeks ago: @Mario Vavti Nope, no difference.
I have also tested on my second Hubzilla account on hubzilla.de. Same result, no notifications.
Are there any Hubzilla settings to tweak? - Comment on About desktop notifications 3 weeks ago: @Mario Vavti Thanks. I'll give it a try.
- Comment on About desktop notifications 3 weeks ago: @Mario Vavti Wow, one more thing I don't understand. :winking_face:
- Comment on About desktop notifications 3 weeks ago: @Mario Vavti Then someone else's starter post in this forum should trigger a notification, right? But it doesn't. And it also doesn't notify starts of new private conversations.
- Comment on About desktop notifications 3 weeks ago: @Mario Vavti
they only notify about toplevels
I understand. But to verify here, what is meant by "top levels"? New posts? - Comment on @Hubzilla Support Forum Who is running a HZ Hub on a shared Host? me. 3 weeks ago: @*_jߍyrope Wow, that sounds horrible. I'd leave from there ASAP.
- Comment on About desktop notifications 3 weeks ago: @*_jߍyrope No, the browser allows them, and it works well with other sites.
- Comment on @Hubzilla Support Forum Who is running a HZ Hub on a shared Host? me. 3 weeks ago: @*_jߍyrope
I don't think, that it futureproof.
Out of curiosity: do you consider switching to non-shared hosting or prefer to continue with shared hosting? - Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks ago: @Der Pepe (Hubzilla) ⁂ No, but very interesting. I'll take a more profound look.
- Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks ago: @𝓒𝓱𝓻𝓲𝓼
are there any open source systems around for that kind of tasks ?
I saw one far in the past; unfortunately, I don't remember its name.
You're right about the expensive licenses. But if we write a plugin for some of the admin desk programs, we still need acceptance for installation by the hosters. Here I see some dark clouds. - Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks ago: @𝓒𝓱𝓻𝓲𝓼 Well, I can imagine well...
But I still think learning is the best way to get something, far better than getting it cooked. - Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks ago: @*_jߍyrope I don't know cPanel in detail, but I think you can do many of the usual admin tasks there. So nothing against that.
- Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks ago: @Harald Eilertsen
Perhaps making some sort of cpanel-integration would be a good investment.
Installing Hubzilla is so simple that I doubt that it's worth the effort. - Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks ago: @𝓒𝓱𝓻𝓲𝓼 Write an appropriate shell script and add it to your crontab. Everyday admin jobs. I cannot explain it deeper in detail here.
- Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a 3 weeks 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 3 weeks 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 3 weeks ago: @𝓒𝓱𝓻𝓲𝓼
How to manage Buckups on a shared host ?
How do you backup the DB ?
Using a self-made shell script. - Submitted 3 weeks ago to adminsforum@hubzilla.org | 28 comments
- Comment on @Hubzilla Support Forum Can't see, what this is good for or what it's supposed 4 weeks 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 4 weeks 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 4 weeks ago: @Der Pepe (Hubzilla) ⁂ Yes, $filename should work.