Search found 53 matches

by jmjl
Fri Oct 04, 2024 4:18 pm
Forum: General
Topic: [meta] phpBB Theme Downoading Request Topic
Replies: 2
Views: 6748

Re: [meta] phpBB Theme Downoading Request Topic

I installed the following:


nosebleed3
latte
blackboard_2
blackboard_max
x_creamy
ne_blackgreen
we_clearblue
basic



I haven't installed these because they're for phpBB 3.0.X, and it didn't seem
to recognize the first one.


ca_vintage
ca_orbital
ca_halcyon
ca_gen2 ...
by jmjl
Fri Oct 04, 2024 3:51 pm
Forum: General
Topic: [wiki article] Modification proposal for IRC.md, add Weechat relay on v4.4.2
Replies: 3
Views: 7754

Re: [wiki article] Modification proposal for IRC.md, add Weechat relay on v4.4.2

Ok, then adding another line to that code block with the following would be neat:

setfacl -m 'u:www-data:rwx' "$HOME/.weechat/relay_socket" "$HOME/.config/weechat/relay_socket"


Also, You will get a error of files not existing when running the two commands outlined here, this is because you ...
by jmjl
Thu Oct 03, 2024 8:59 pm
Forum: General
Topic: [meta] phpBB Theme Downoading Request Topic
Replies: 2
Views: 6748

Re: [meta] phpBB Theme Downoading Request Topic


nosebleed3
latte
blackboard_2
blackboard_max
x_creamy
ne_blackgreen
we_clearblue
basic
ca_vintage
ca_orbital
ca_halcyon
ca_gen2
ca_black
visio
bluesilver_3
cooperative
artodia_air
dirty_board_2.0
0mega
prostylize_darkblue
pro_ubuntu
khaki
glossyblack ...
by jmjl
Thu Oct 03, 2024 8:42 pm
Forum: General
Topic: TGCI Login fails occasionally for me
Replies: 5
Views: 10033

Re: TGCI Login fails occasionally for me

Well, that's odd, and unexpected, should we try to switch the LLDAP frontend or something?

I see 118 password verification errors, since 2024-09-19, to 2024-10-03. The error seems to mostly happen to you, with 96 password verification messages for your user. There have been initiated 81607 LDAP ...
by jmjl
Thu Oct 03, 2024 8:30 pm
Forum: General
Topic: [wiki article] Modification proposal for IRC.md, add Weechat relay on v4.4.2
Replies: 3
Views: 7754

[wiki article] Modification proposal for IRC.md, add Weechat relay on v4.4.2


/relay add unix.weechat "${weechat_config_dir}/relay_socket


https://weechat.org/files/doc/weechat/stable/weechat_user.en.html#relay_unix_socket
https://specs.weechat.org/specs/2021-001-follow-xdg-base-dir-spec.html


Make sure that the location in which you decided to store the relay ...
by jmjl
Wed Oct 02, 2024 7:36 pm
Forum: General
Topic: Tilde.Green's Temporary File Upload Service
Replies: 14
Views: 42320

Re: Tilde.Green's Temporary File Upload Service



Maybe hosting a pixelfed instance where tilde.green users are able to sign up is a good idea?, not sure yet.

I really like Pixelfed, I use that as my Instagram replacement (on sdf.org), there is also a more privacy-oriented thing that someone mentioned, like a private file share group geared ...
by jmjl
Wed Oct 02, 2024 7:35 pm
Forum: Introductions
Topic: Hi, I am Alexander
Replies: 1
Views: 10169

Re: Hi, I am Alexander

alexlehm wrote: Wed Oct 02, 2024 5:48 pm I kind of missed the introduction think when I started using the forum
I think I only added it recently.

Welcome :)
by jmjl
Wed Oct 02, 2024 7:14 pm
Forum: General
Topic: Tilde.Green's Temporary File Upload Service
Replies: 14
Views: 42320

Re: Tilde.Green's Temporary File Upload Service



Oh, that's great then, I'm more likely to tend to choose pingvin now :)
By "the time it's open", you mean that you could create a reverse share link that allows anybody to upload until you disable it, or you still are setting a time limit, even if it's for 9999-12-31.


The reverse share can be ...
by jmjl
Wed Oct 02, 2024 6:18 pm
Forum: General
Topic: Tilde.Green's Temporary File Upload Service
Replies: 14
Views: 42320

Re: Tilde.Green's Temporary File Upload Service


I think pingvin share has no guest access at all and the reverse share links are open to people who have received the link for a single share (or for the time it is open), so that you will end up with a share url that is known to the guest you invited and yourself, the reverse share can also be ...
by jmjl
Wed Oct 02, 2024 6:03 pm
Forum: General
Topic: Tilde.Green's Temporary File Upload Service
Replies: 14
Views: 42320

Re: Tilde.Green's Temporary File Upload Service


nullpointer/api token:

I believe the problem with tokens being shared is usually handled by renewing the token in an interval like 1 hour, but that is not a good thing when you use scripts, e.g. I might just use curl to upload to nullpointer and add the token and that would require more code to ...