Thanks
Search found 53 matches
- Sat Dec 28, 2024 11:26 pm
- Forum: General
- Topic: Tilde.Green's Temporary File Upload Service
- Replies: 14
- Views: 42382
- Sat Dec 21, 2024 10:51 pm
- Forum: General
- Topic: Tilde.Green's Temporary File Upload Service
- Replies: 14
- Views: 42382
Re: Tilde.Green's Temporary File Upload Service
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 towards family groups.
(cannot think of the name right now, i will search through my links)
@alexlehm, could ...
- Mon Dec 09, 2024 3:24 pm
- Forum: General
- Topic: Explanation of possible mail issues
- Replies: 3
- Views: 8238
Re: Explanation of possible mail issues
I just applied a little configuration change to do what I said in
This is likely to annoy users who keep that email in their mailbox, as it would show it on every login, maybe make the code thing be:
But instead of having the "hush" feature be on a system stored folder, I put it on their ...
This is likely to annoy users who keep that email in their mailbox, as it would show it on every login, maybe make the code thing be:
But instead of having the "hush" feature be on a system stored folder, I put it on their ...
- Thu Nov 21, 2024 4:14 pm
- Forum: General
- Topic: Explanation of possible mail issues
- Replies: 3
- Views: 8238
Re: Explanation of possible mail issues
cat /var/mail/$USER |grep Your\ password|cut -d\" -f2
(maybe I should store this as /usr/local/bin/tildegreen_getpw? or make a signup hook somewhere (likely in /etc/bashrc) that checks if the above command gives output, and if it does, runs the code below which prints the first email begining ...
- Thu Nov 21, 2024 4:02 pm
- Forum: General
- Topic: Explanation of possible mail issues
- Replies: 3
- Views: 8238
Re: Explanation of possible mail issues
I'd like to propose a sentence about possible mail problems on the signup page
The registration process sends a reply mail from the admin which may get lost due to spam filtering in some cases, this means that if you have not received a reply after a few days, it might have gotten lost and you ...
- Wed Nov 20, 2024 6:51 am
- Forum: General
- Topic: [Request] Quassel Core
- Replies: 7
- Views: 22729
Re: [Request] Quassel Core
When I add a user to the Quasselcore database, i can connect to that independent of my normal user, so that would work
That's great.
Depending on how many users that might use, it would work, but the maintenance is manual it seems (quasselcore --add-user)
I'd rather not automate the ...
- Fri Nov 15, 2024 4:24 pm
- Forum: General
- Topic: [Request] Quassel Core
- Replies: 7
- Views: 22729
Re: [Request] Quassel Core
Yet another IRC bouncer, although we have Soju and ZNC already, but they don't play nice with any of the Android clients. Quassel has both desktop and android clients.
Doesn't the quassel system work better when ran per user?, I'm not sure if this is the case.
The first reference to it ...
- Fri Nov 15, 2024 4:20 pm
- Forum: General
- Topic: [Request] Quassel Core
- Replies: 7
- Views: 22729
Re: [Request] Quassel Core
I might try to look at setting that up later when I get time
- Tue Nov 12, 2024 3:40 pm
- Forum: General
- Topic: Login-feature for up.tilde.green
- Replies: 12
- Views: 18270
Re: Login-feature for up.tilde.green
the script uses ISC License, we can use that for my contribution as well
Great, and my implementation that's based on yours (when I finish writing it), will also use ISC.
I made a file called auth-LICENSE with our names (haven't committed it to git, I plan on doing commits when I have part of ...
- Sun Nov 10, 2024 5:05 pm
- Forum: General
- Topic: Login-feature for up.tilde.green
- Replies: 12
- Views: 18270
Re: Login-feature for up.tilde.green
By this I mean it'd try to redirect the user to the OIDC login, but only if they click the login button, which can only happen if that check doesn't match because they need to be from a web browser to be able to click it.