-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-hosted not unrestricted #6641
Comments
Issue Status: 🆕 *Untriaged*🆕 Untriaged The team has not yet reviewed the issue. We usually do it within one business day. This is an automatic reply by the bot. |
We will provide more options to config these settings in the future. |
When will provide more options? 😭 We deploy self-hosted version. My team is more than 10 people, but pro user only invite 10 people to a workspace. |
Hello, how to lift the 10GB restriction? |
@Macbook-Specter #6156 (comment) Maybe it useful for you. You can change storageQuota I think. (btw, I never try) |
@StudyingLover Thank you very much |
Hey, for everyone wanted to change limitations on a self-hosted instance until there's an update in the future to do this with a gui:
|
For everyone need more than the pro plan limitations:
Just restart the docker container afterwards. Now the limit of the members should be 100. |
Thannks for this, but where do I run this command? Can you please provide a little more detail? Is there a docker compose environment variable that I can add to edit this setting? or needs to be done via the terminal only? |
Hey there, Enter Docker PostgreSQL Server |
As the back end is not Open Source, this is AFAICT an infringement of the Terms of Service, you need to agree to. They specifically state in section 8:
Can someone confirm this? |
Hm, @svenseeberg good catch. Can't confirm from a legal perspective, but seems workspace quota fits this use case I just wish the description of the project was different.
Doesn't seem to be a precise description of the project, nor the repository. |
That license also states:
And at the bottom of the distro:
Thus, the restriction does not apply here since it is included with the community edition. The restriction is, imo, clearly intended to prevent subscribers of the enterprise edition, or users of the "basic" edition from manually editing the backend to remove restrictions without paying for them. An admin at on their community site says in response to asking about self-hosted file-size limits:
|
Also, you may want to use the 'insert' command instead of 'update', since this will replace the features you already have; i.e. if you use it to assign yourself the pro license, you will no longer be an admin. If you want to remain admin and add features to your account:
Change the 3 to be n+1 where n is the current highest id in the user_features table. Change the 16 to be the id of whatever feature_id you're trying to add. 'selfhost' can be whatever, it's an arbitrary field for the reason column. Make sure the last one is 't' to make sure the feature is activated. |
I can use this method to change the configuration, the capacity limit can see the change, but the upload limit is still 10M |
What happened?
The Github README names:
"Self-Host
Begin with Docker to deploy your own feature-rich, unrestricted version of AFFiNE. Our team is diligently updating to the latest version. For more information on how to self-host AFFiNE, please refer to our documentation."
but after deploying the self-hosted Version and login I see a "Free" Label beside the Username having all restrictions like 10GB and only 3 members per Workspace. How to get the unrestricted self-hosted Version?
Distribution version
macOS x64 (Intel)
What browsers are you seeing the problem on if you're using web version?
No response
Are you self-hosting?
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: