Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Documentation
Merge requests
!41
Updates for 2024.11
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates for 2024.11
updates-for-2024.11
into
main
Overview
4
Commits
16
Pipelines
11
Changes
5
Merged
dakkar
requested to merge
updates-for-2024.11
into
main
3 months ago
Overview
4
Commits
16
Pipelines
11
Changes
5
Expand
some notes for the next release
👍
0
👎
0
Merge request reports
Compare
main
version 10
8a9550fd
2 months ago
version 9
d6cb57a4
2 months ago
version 8
f3ac787a
2 months ago
version 7
e4c37b77
2 months ago
version 6
fb913db6
3 months ago
version 5
266089c5
3 months ago
version 4
460e7d15
3 months ago
version 3
c3d1b2a3
3 months ago
version 2
6e9684aa
3 months ago
version 1
7e327796
3 months ago
main (base)
and
version 2
latest version
8fccd80d
16 commits,
2 months ago
version 10
8a9550fd
15 commits,
2 months ago
version 9
d6cb57a4
14 commits,
2 months ago
version 8
f3ac787a
13 commits,
2 months ago
version 7
e4c37b77
10 commits,
2 months ago
version 6
fb913db6
9 commits,
3 months ago
version 5
266089c5
10 commits,
3 months ago
version 4
460e7d15
9 commits,
3 months ago
version 3
c3d1b2a3
7 commits,
3 months ago
version 2
6e9684aa
6 commits,
3 months ago
version 1
7e327796
7 commits,
3 months ago
5 files
+
57
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
content/en/docs/customisation/roles.md
0 → 100644
+
28
−
0
Options
---
title
:
"
Useful
roles"
weight
:
3050
toc
:
true
---
## Relax request rate limits for logged-in users
Sharkey limits how often each API endpoint can be used by each user,
to prevent denial-of-service attacks and excessive load on the server.
Some users, especially if they use the deck UI with many lists /
antennas / people they follow, may hit those limits during their
normal use of Sharkey.
You can relax the limits for these users, or for all your local users,
by creating a role with a "rate limit" value
*smaller*
than 100%. For
example, 50% will let the users who get that role call the API twice
as often (yes, it feels backwards, sorry).
## Reduce the space used by caching remote files
If you are caching remote files, you may have noticed that they take a
lot of space which always grows (until you manually purge the cache).
A simple way to limit that growth is to create a role, applied to all
remote users, with a smaller "drive capacity". 10MB or 20MB seems to
work fine.
Loading