[UPLOAD (Lufi) / PRIVACY POLICY]: Missing or inaccurate information #444
Labels
No labels
🔥
🦾 1
🦾 2
🦾 3
🦾 4
🦾 5
🦾 6
administration
Akkoma
Android
Bare metal
bug
Communication
Community
Cryptpad
Discussion
Documentation
duplicate
enhancement
etherpad
Feature request
Feedback
finances
Fixed
forgejo
fun_project
Goal 2024
Goal 2025
help wanted
high impact
housekeeping
Howto
infra
In progress
🤔️ Investigate
Invoice Ninja
ios
jitsi
lacre
Lacre Test
ldap
Lemmy
LibreTranslate
low impact
low prio
Lufi
macos
Mail
Merch
monitoring
movim
needs_refine
New Auth
Nextcloud
nice to have
on hold
proposal
PR ready
question
Ready
refined
Roundcube
searX
SPAM Issues
spam-protection
Staging Server
sysadmin
Themes
TOR
upstream issue
Website
windows
wontfix
xmpp
Yearly Report
No milestone
No project
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Disroot/Disroot-Project#444
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the About page says:
There is a "max_delay" car that is set to 30 days, so after 30 days files will be deleted, even if they were uploaded with "no delay" (or value superior to max_delay)
We have also size thresholds: max delays for different sizes of file. If a file is smaller than the smallest configured size, it will have a expiration delay of max_delay (see above)
We have:
I would change perhaps to this:
so that less than 100MB => max is max_delay
As for IP's, there is setting for that
keep_ip_during
which is the number of days senders' IP addresses are kept in database. We have set it to 0.The About page is static as you can see here https://framagit.org/fiat-tux/hat-softwares/lufi/-/blob/master/themes/default/templates/about.html.ep so we could changed the Privacy part if needed. What do you think @muppeth
For what is worth, I've tested it with files within the file sizes ranges.
My results:
from 0 to 96MB -> 30 days
from 96.5 to 954MB -> 15 days
from 955MB and more -> 2 days
That makes sense because of the
max_delay
set to 30. So if @muppeth agrees I would set this:so that less than 100MB => max is max_delay as I explained already.
I fixed on prod (and in different needed repos) the retention periods and the mention about the fact that IP are kept on logs (which there aren't).
There is a PR for PP: Disroot/Disroot-Privacy-Policy#45