change nginx url

This commit is contained in:
Cloudburst 2022-09-01 11:11:14 +02:00 committed by GitHub
parent ebf31e9fe8
commit a8d3d25fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ dependencies {
}
// use an integer for version numbers
version = 8
version = 9
cloudstream {

View File

@ -15,7 +15,7 @@
override val requiresUsername = true
override val requiresPassword = true
override val requiresServer = true
override val createAccountUrl = "https://www.sarlays.com/use-nginx-with-cloudstream/"
override val createAccountUrl = "https://recloudstream.github.io/docs/users/use-nginx.md"
companion object {
const val NGINX_USER_KEY: String = "nginx_user"