mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 04:43:25 +00:00 
			
		
		
		
	Merge branch 'master' into updates-1.34.0
This commit is contained in:
		
						commit
						772dee618c
					
				|  | @ -24,7 +24,7 @@ The following instructions are for unix-based systems (Linux, BSD, macOS), it is | |||
| ## Dependencies | ||||
| Aside from docker, which you also need for Bitwarden, BitBetter requires the following: | ||||
| 
 | ||||
| * Bitwarden (tested with 1.34.0, might work on lower versions) | ||||
| * Bitwarden (tested with 1.37.0, might work on lower versions) | ||||
| * openssl (probably already installed on most Linux or WSL systems, any version should work) | ||||
| 
 | ||||
| ## Setting up BitBetter | ||||
|  |  | |||
|  | @ -359,6 +359,7 @@ namespace bitwardenSelfLicensor | |||
|             set("Seats", (short)32767); | ||||
|             set("MaxCollections", short.MaxValue); | ||||
|             set("UsePolicies", true); | ||||
|             set("UseSso", true); | ||||
|             set("UseGroups", true); | ||||
|             set("UseEvents", true); | ||||
|             set("UseDirectory", true); | ||||
|  | @ -367,7 +368,7 @@ namespace bitwardenSelfLicensor | |||
|             set("MaxStorageGb", short.MaxValue); | ||||
|             set("SelfHost", true); | ||||
|             set("UsersGetPremium", true); | ||||
|             set("Version", 5); | ||||
|             set("Version", 6); | ||||
|             set("Issued", DateTime.UtcNow); | ||||
|             set("Refresh", DateTime.UtcNow.AddYears(100).AddMonths(-1)); | ||||
|             set("Expires", DateTime.UtcNow.AddYears(100)); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user