Invite Links #3405

Closed
opened 2025-11-02 05:11:56 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @f0x52 on GitHub (May 31, 2019).

It would be nice if Gitea had support for invite links, like Mastodon does.
As an instance admin, you can choose who can generate them (admins, moderators, users).
When someone generates an invite link, they can then choose the amount of people that can use it, and after what time it expires.

Originally created by @f0x52 on GitHub (May 31, 2019). It would be nice if Gitea had support for invite links, like Mastodon does. As an instance admin, you can choose who can generate them (admins, moderators, users). When someone generates an invite link, they can then choose the amount of people that can use it, and after what time it expires.
GiteaMirror added the issue/duplicate label 2025-11-02 05:11:56 -06:00
Author
Owner

@poVoq commented on GitHub (Feb 16, 2022):

This would be really nice for semi-public instances.

@poVoq commented on GitHub (Feb 16, 2022): This would be really nice for semi-public instances.
Author
Owner

@ForestJohnson commented on GitHub (Mar 10, 2022):

Hello, I forked @f0x52 's gitea-registration-proxy to implement this in a very simplistic way on my own gitea instance without modifying the gitea code. It's an app which reverse proxies the GET and POST for the gitea /user/sign_up form to enforce a single shared invite token.

You may check out my solution here:

https://git.sequentialread.com/forest/gitea-registration-proxy

Mirror: https://git.cyberia.club/forest/gitea-registration-proxy

If you are curious, this is how I deploy gitea and my fork of the registration proxy:

81a2323124/docker-compose.yml (L492-L548)

Mirror: 81a2323124/docker-compose.yml (L492-L548)

@ForestJohnson commented on GitHub (Mar 10, 2022): Hello, I forked @f0x52 's [gitea-registration-proxy](https://git.pixie.town/f0x/gitea-registration-proxy) to implement this in a very simplistic way on my own gitea instance without modifying the gitea code. It's an app which reverse proxies the GET and POST for the gitea `/user/sign_up` form to enforce a single shared invite token. You may check out my solution here: https://git.sequentialread.com/forest/gitea-registration-proxy Mirror: https://git.cyberia.club/forest/gitea-registration-proxy If you are curious, this is how I deploy gitea and my fork of the registration proxy: https://git.sequentialread.com/forest/sequentialread-caddy-config/src/commit/81a2323124aeecc8263f31f1d43de0f971835a3d/docker-compose.yml#L492-L548 Mirror: https://git.cyberia.club/sequentialread/sequentialread-caddy-config/src/commit/81a2323124aeecc8263f31f1d43de0f971835a3d/docker-compose.yml#L492-L548
Author
Owner

@poVoq commented on GitHub (Mar 10, 2022):

@ForestJohnson the link to your repository is dead.

@poVoq commented on GitHub (Mar 10, 2022): @ForestJohnson the link to your repository is dead.
Author
Owner

@ForestJohnson commented on GitHub (Mar 10, 2022):

@poVoq sorry about that. My server crashes and goes down sometimes. It should be up now. I'll post an additional mirror later today

@ForestJohnson commented on GitHub (Mar 10, 2022): @poVoq sorry about that. My server crashes and goes down sometimes. It should be up now. I'll post an additional mirror later today
Author
Owner

@techknowlogick commented on GitHub (Apr 13, 2022):

closing as dupe of https://github.com/go-gitea/gitea/issues/5353

@techknowlogick commented on GitHub (Apr 13, 2022): closing as dupe of https://github.com/go-gitea/gitea/issues/5353
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3405