Search found 48 matches

by jmjl
Tue Feb 25, 2025 4:03 pm
Forum: General
Topic: Proposal for a status monitoring tool
Replies: 1
Views: 103

Re: Proposal for a status monitoring tool


We occasionally get questions if tilde.green is up or not in the IRC, also sometimes about specific services and I was thinking if we could use a public status page.

There are a few options for that, one is uptime-kuma, a few others can be used, I have to look up other suggestions.

This could ...
by jmjl
Tue Feb 25, 2025 4:02 pm
Forum: General
Topic: Project managment tool for ~green, Plane
Replies: 3
Views: 185

Re: Project managment tool for ~green, Plane

alexlehm wrote: Tue Feb 25, 2025 1:52 pm I am reading about a project management tool that replaces JIRA and a few others that might be an interesting service to host on tilde.green
Note that I'm still open to proposals for other tools that would do this.

I'd think of something like inthe.am, but sadly that's no longer maintained.
by jmjl
Tue Feb 25, 2025 3:51 pm
Forum: General
Topic: Project managment tool for ~green, Plane
Replies: 3
Views: 185

Re: Project managment tool for ~green, Plane


https://plane.so/ this has a self-hosted option which is free. I will try it out on my own vps, maybe it would be feasible to host that as a ~green service.


I don't think it'd be free because if you check out the pricing page , and click self-hosted it has a 12 seat limit, which means it'd only ...
by jmjl
Sun Feb 02, 2025 11:09 pm
Forum: General
Topic: Warning when setting up thunderbird mobile
Replies: 4
Views: 4347

Re: Warning when setting up thunderbird mobile

alexlehm wrote: Sun Feb 02, 2025 12:15 pm Thank you, it works without a warning
You're welcome.
by jmjl
Sat Dec 28, 2024 11:35 pm
Forum: General
Topic: Warning when setting up thunderbird mobile
Replies: 4
Views: 4347

Re: Warning when setting up thunderbird mobile

alexlehm wrote: Tue Dec 24, 2024 4:40 pm It's correct but probably not served with Https
You mean the autoconfig.tilde.green domain?, if so, try again now, I made it redirect to https, but maybe I should serve it on both protocols.
by jmjl
Sat Dec 28, 2024 11:26 pm
Forum: General
Topic: Tilde.Green's Temporary File Upload Service
Replies: 14
Views: 23425

Re: Tilde.Green's Temporary File Upload Service

alexlehm wrote: Wed Dec 25, 2024 12:03 pm Found it

https://immich.app/
Thanks
by jmjl
Sat Dec 21, 2024 10:51 pm
Forum: General
Topic: Tilde.Green's Temporary File Upload Service
Replies: 14
Views: 23425

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 ...
by jmjl
Mon Dec 09, 2024 3:24 pm
Forum: General
Topic: Explanation of possible mail issues
Replies: 3
Views: 5556

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 ...
by jmjl
Thu Nov 21, 2024 4:14 pm
Forum: General
Topic: Explanation of possible mail issues
Replies: 3
Views: 5556

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 ...
by jmjl
Thu Nov 21, 2024 4:02 pm
Forum: General
Topic: Explanation of possible mail issues
Replies: 3
Views: 5556

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 ...