You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,20 @@ Images are available for both x86/ARM architectures (post version 1.2.7):
25
25
26
26
Full and more in-depth knowledge on the configuration itself is available in the primary repository [official documentation](https://cogstack-nifi.readthedocs.io/en/latest/deploy/services.html#id12).
27
27
28
+
28
29
# Usage & configuration
29
30
30
31
ENV variables are located in: [env/jupyter.env](./env/jupyter.env) and [env/general.env](./env/general.env).\
31
32
Please check the ENV file for additional information, every variable is commented and described.
32
33
34
+
## Python packages installed
35
+
36
+
Full list found in [requirements.txt](./requirements.txt).
37
+
38
+
## Security
39
+
40
+
Certificates used are located in the `./security/` folder, taken from the [Cogstack-NiFi](https://github.com/CogStack-NiFi) security folder, [root-ca.key](https://raw.githubusercontent.com/CogStack/CogStack-NiFi/refs/heads/master/security/root-ca.key) and [root-ca.pem](https://raw.githubusercontent.com/CogStack/CogStack-NiFi/refs/heads/master/security/root-capem), read the [security section](https://cogstack-nifi.readthedocs.io/en/latest/security.html) for more info on how to generate them from the main NiFi repository.
41
+
33
42
## Setting up your own hub
34
43
35
44
There are two docker compose files:
@@ -50,7 +59,6 @@ Updating certificates and env settings from the main repo:
50
59
- sometimes it is necessary to grab new certificates if the old ones expired (from the main Cogstack-NiFi repo)
51
60
- from the main repo directory, execute `bash scripts/update_env_cert_from_nifi_repo.sh`
52
61
53
-
54
62
## Access and account control
55
63
To access Jupyter Hub on the host machine (e.g.localhost), one can type in the browser `https://localhost:8888`.
0 commit comments