Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
| // Quick hack: Redirect to asset by URL - Endpoint extension for directus.io | |
| // ========================================================================= | |
| // | |
| // 2021 - ToJans - Public Domain | |
| // | |
| // *** Don't hold me liable if it breaks anything! Quick hack, might expose all your data! | |
| // | |
| // You can use this endpoint extension to access assets via the folder and file structure | |
| // you used in the file module, so you don't need to reference assets by guid anymore. | |
| // |
This proposed setup assumes that you want to use synapse with a Postgres database behind a separate nginx reverse proxy for TLS.
A detailed explanation of a basic and extended dns setup can be found here
Stop all containers:
docker ps -aq | xargs docker stopRemove all containers:
docker ps -aq | xargs docker rmRemove all images:
docker images -aq | xargs docker rmiRemove all networks: