-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddd71b2
commit d1a983b
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sat Aug 26 15:28:02 UTC 2023 | ||
Mon Aug 28 14:55:00 UTC 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"matrixconduit/matrix-conduit:$$cap_conduit_version","restart":"unless-stopped","environment":{"CONDUIT_SERVER_NAME":"$$cap_conduit_server_name","CONDUIT_DATABASE_BACKEND":"rocksdb","CONDUIT_ALLOW_REGISTRATION":"$$cap_conduit_allow_registration","CONDUIT_ALLOW_FEDERATION":"$$cap_conduit_allow_federation","CONDUIT_MAX_REQUEST_SIZE":"$$cap_conduit_max_request_size","CONDUIT_TRUSTED_SERVERS":"[\"matrix.org\"]","CONDUIT_MAX_CONCURRENT_REQUESTS":"$$cap_conduit_max_concurrent_requests","CONDUIT_LOG":"info,rocket=off,_=off,sled=off"},"volumes":["$$cap_appname-data:/var/lib/matrix-conduit"],"containerHttpPort":"6167"}}},"variables":[{"id":"$$cap_conduit_version","label":"Conduit Version","defaultValue":"v0.4.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/matrixconduit/matrix-conduit/tags","validRegex":"/^v[0-9]{1,}|latest$/"},{"id":"$$cap_conduit_server_name","label":"Conduit server name","defaultValue":"example.com","description":"The domain part for your usernames (e.g. @myusername:example.com).\nYou will need to set up .well-known files on that domain (for our example https://example.com/.well-known/matrix/...) to point to your actual domain (which will probably be something like appname.apps.your-caprover-domain.com).\nYou might find the Synapse documentation useful for this: https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri"},{"id":"$$cap_conduit_allow_registration","label":"Enable public registration","defaultValue":"false","description":"Set this to true if you want EVERYONE to be able to register. It's recommended to set this to false as soon as possible.\nOtherwise, your server might be used by spammers to mass-register accounts, which will risk your server being banned by other servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_allow_federation","label":"Enable federation with other homeservers","defaultValue":"true","description":"Set this to false if you don't want your users to talk to users on other Matrix servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_max_request_size","label":"Max request size","defaultValue":"20000000","description":"The maximum allowed size for incoming requests, in bytes.\nIf you set this higher than 500000000, you will will also need to increase the nginx \"client_max_body_size\".","validRegex":"/^[0-9]{2,}$/"},{"id":"$$cap_conduit_max_concurrent_requests","label":"Maximum number of concurrent requests","defaultValue":"100"}],"instructions":{"start":"Conduit is a simple, fast and reliable chat server powered by the Matrix protocol\nMatrix is build to federate with other servers, so you can communicate with people from other servers.\nMore information about matrix can be found here: https://matrix.org/.\nMore information about Conduit in particular is available on https://conduit.rs/.","end":"Almost done.\nEnable and force https in the web interface!\nUnless you have set up .well-known files for other servers to find your server, you can not message users on other servers.\nTo set up a .well-known file for Clients, go to https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri\nElse, $$cap_appname.$$cap_root_domain is the domain you enter in the custom homeserver field of your client.\nRemember this is just the server, you also need a client like https://app.element.io/ to use this app."},"displayName":"Matrix Conduit","isOfficial":true,"description":"Server for the matrix protocol, written in Rust","documentation":"https://gitlab.com/famedly/conduit/-/blob/next/README.md"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"matrixconduit/matrix-conduit:$$cap_conduit_version","restart":"unless-stopped","environment":{"CONDUIT_SERVER_NAME":"$$cap_conduit_server_name","CONDUIT_DATABASE_BACKEND":"rocksdb","CONDUIT_ALLOW_REGISTRATION":"$$cap_conduit_allow_registration","CONDUIT_ALLOW_FEDERATION":"$$cap_conduit_allow_federation","CONDUIT_MAX_REQUEST_SIZE":"$$cap_conduit_max_request_size","CONDUIT_TRUSTED_SERVERS":"[\"matrix.org\"]","CONDUIT_MAX_CONCURRENT_REQUESTS":"$$cap_conduit_max_concurrent_requests","CONDUIT_LOG":"info,rocket=off,_=off,sled=off"},"volumes":["$$cap_appname-data:/var/lib/matrix-conduit"],"containerHttpPort":"6167"}}},"variables":[{"id":"$$cap_conduit_version","label":"Conduit Version","defaultValue":"v0.6.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/matrixconduit/matrix-conduit/tags","validRegex":"/^v[0-9]{1,}|latest$/"},{"id":"$$cap_conduit_server_name","label":"Conduit server name","defaultValue":"example.com","description":"The domain part for your usernames (e.g. @myusername:example.com).\nYou will need to set up .well-known files on that domain (for our example https://example.com/.well-known/matrix/...) to point to your actual domain (which will probably be something like appname.apps.your-caprover-domain.com).\nYou might find the Synapse documentation useful for this: https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri"},{"id":"$$cap_conduit_allow_registration","label":"Enable public registration","defaultValue":"false","description":"Set this to true if you want EVERYONE to be able to register. It's recommended to set this to false as soon as possible.\nOtherwise, your server might be used by spammers to mass-register accounts, which will risk your server being banned by other servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_allow_federation","label":"Enable federation with other homeservers","defaultValue":"true","description":"Set this to false if you don't want your users to talk to users on other Matrix servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_max_request_size","label":"Max request size","defaultValue":"20000000","description":"The maximum allowed size for incoming requests, in bytes.\nIf you set this higher than 500000000, you will will also need to increase the nginx \"client_max_body_size\".","validRegex":"/^[0-9]{2,}$/"},{"id":"$$cap_conduit_max_concurrent_requests","label":"Maximum number of concurrent requests","defaultValue":"100"}],"instructions":{"start":"Conduit is a simple, fast and reliable chat server powered by the Matrix protocol\nMatrix is build to federate with other servers, so you can communicate with people from other servers.\nMore information about matrix can be found here: https://matrix.org/.\nMore information about Conduit in particular is available on https://conduit.rs/.","end":"Almost done.\nEnable and force https in the web interface!\nUnless you have set up .well-known files for other servers to find your server, you can not message users on other servers.\nTo set up a .well-known file for Clients, go to https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri\nElse, $$cap_appname.$$cap_root_domain is the domain you enter in the custom homeserver field of your client.\nRemember this is just the server, you also need a client like https://app.element.io/ to use this app."},"displayName":"Matrix Conduit","isOfficial":true,"description":"Server for the matrix protocol, written in Rust","documentation":"https://gitlab.com/famedly/conduit/-/blob/next/README.md"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"matrixconduit/matrix-conduit:$$cap_conduit_version","restart":"unless-stopped","environment":{"CONDUIT_SERVER_NAME":"$$cap_conduit_server_name","CONDUIT_DATABASE_BACKEND":"rocksdb","CONDUIT_ALLOW_REGISTRATION":"$$cap_conduit_allow_registration","CONDUIT_ALLOW_FEDERATION":"$$cap_conduit_allow_federation","CONDUIT_MAX_REQUEST_SIZE":"$$cap_conduit_max_request_size","CONDUIT_TRUSTED_SERVERS":"[\"matrix.org\"]","CONDUIT_MAX_CONCURRENT_REQUESTS":"$$cap_conduit_max_concurrent_requests","CONDUIT_LOG":"info,rocket=off,_=off,sled=off"},"volumes":["$$cap_appname-data:/var/lib/matrix-conduit"],"containerHttpPort":"6167"}}},"variables":[{"id":"$$cap_conduit_version","label":"Conduit Version","defaultValue":"v0.4.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/matrixconduit/matrix-conduit/tags","validRegex":"/^v[0-9]{1,}|latest$/"},{"id":"$$cap_conduit_server_name","label":"Conduit server name","defaultValue":"example.com","description":"The domain part for your usernames (e.g. @myusername:example.com).\nYou will need to set up .well-known files on that domain (for our example https://example.com/.well-known/matrix/...) to point to your actual domain (which will probably be something like appname.apps.your-caprover-domain.com).\nYou might find the Synapse documentation useful for this: https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri"},{"id":"$$cap_conduit_allow_registration","label":"Enable public registration","defaultValue":"false","description":"Set this to true if you want EVERYONE to be able to register. It's recommended to set this to false as soon as possible.\nOtherwise, your server might be used by spammers to mass-register accounts, which will risk your server being banned by other servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_allow_federation","label":"Enable federation with other homeservers","defaultValue":"true","description":"Set this to false if you don't want your users to talk to users on other Matrix servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_max_request_size","label":"Max request size","defaultValue":"20000000","description":"The maximum allowed size for incoming requests, in bytes.\nIf you set this higher than 500000000, you will will also need to increase the nginx \"client_max_body_size\".","validRegex":"/^[0-9]{2,}$/"},{"id":"$$cap_conduit_max_concurrent_requests","label":"Maximum number of concurrent requests","defaultValue":"100"}],"instructions":{"start":"Conduit is a simple, fast and reliable chat server powered by the Matrix protocol\nMatrix is build to federate with other servers, so you can communicate with people from other servers.\nMore information about matrix can be found here: https://matrix.org/.\nMore information about Conduit in particular is available on https://conduit.rs/.","end":"Almost done.\nEnable and force https in the web interface!\nUnless you have set up .well-known files for other servers to find your server, you can not message users on other servers.\nTo set up a .well-known file for Clients, go to https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri\nElse, $$cap_appname.$$cap_root_domain is the domain you enter in the custom homeserver field of your client.\nRemember this is just the server, you also need a client like https://app.element.io/ to use this app."},"displayName":"Matrix Conduit","isOfficial":true,"description":"Server for the matrix protocol, written in Rust","documentation":"https://gitlab.com/famedly/conduit/-/blob/next/README.md"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"matrixconduit/matrix-conduit:$$cap_conduit_version","restart":"unless-stopped","environment":{"CONDUIT_SERVER_NAME":"$$cap_conduit_server_name","CONDUIT_DATABASE_BACKEND":"rocksdb","CONDUIT_ALLOW_REGISTRATION":"$$cap_conduit_allow_registration","CONDUIT_ALLOW_FEDERATION":"$$cap_conduit_allow_federation","CONDUIT_MAX_REQUEST_SIZE":"$$cap_conduit_max_request_size","CONDUIT_TRUSTED_SERVERS":"[\"matrix.org\"]","CONDUIT_MAX_CONCURRENT_REQUESTS":"$$cap_conduit_max_concurrent_requests","CONDUIT_LOG":"info,rocket=off,_=off,sled=off"},"volumes":["$$cap_appname-data:/var/lib/matrix-conduit"],"containerHttpPort":"6167"}}},"variables":[{"id":"$$cap_conduit_version","label":"Conduit Version","defaultValue":"v0.6.0","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/matrixconduit/matrix-conduit/tags","validRegex":"/^v[0-9]{1,}|latest$/"},{"id":"$$cap_conduit_server_name","label":"Conduit server name","defaultValue":"example.com","description":"The domain part for your usernames (e.g. @myusername:example.com).\nYou will need to set up .well-known files on that domain (for our example https://example.com/.well-known/matrix/...) to point to your actual domain (which will probably be something like appname.apps.your-caprover-domain.com).\nYou might find the Synapse documentation useful for this: https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri"},{"id":"$$cap_conduit_allow_registration","label":"Enable public registration","defaultValue":"false","description":"Set this to true if you want EVERYONE to be able to register. It's recommended to set this to false as soon as possible.\nOtherwise, your server might be used by spammers to mass-register accounts, which will risk your server being banned by other servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_allow_federation","label":"Enable federation with other homeservers","defaultValue":"true","description":"Set this to false if you don't want your users to talk to users on other Matrix servers.","validRegex":"/^(true|false)$/i"},{"id":"$$cap_conduit_max_request_size","label":"Max request size","defaultValue":"20000000","description":"The maximum allowed size for incoming requests, in bytes.\nIf you set this higher than 500000000, you will will also need to increase the nginx \"client_max_body_size\".","validRegex":"/^[0-9]{2,}$/"},{"id":"$$cap_conduit_max_concurrent_requests","label":"Maximum number of concurrent requests","defaultValue":"100"}],"instructions":{"start":"Conduit is a simple, fast and reliable chat server powered by the Matrix protocol\nMatrix is build to federate with other servers, so you can communicate with people from other servers.\nMore information about matrix can be found here: https://matrix.org/.\nMore information about Conduit in particular is available on https://conduit.rs/.","end":"Almost done.\nEnable and force https in the web interface!\nUnless you have set up .well-known files for other servers to find your server, you can not message users on other servers.\nTo set up a .well-known file for Clients, go to https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri\nElse, $$cap_appname.$$cap_root_domain is the domain you enter in the custom homeserver field of your client.\nRemember this is just the server, you also need a client like https://app.element.io/ to use this app."},"displayName":"Matrix Conduit","isOfficial":true,"description":"Server for the matrix protocol, written in Rust","documentation":"https://gitlab.com/famedly/conduit/-/blob/next/README.md"} |
Oops, something went wrong.