mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
better description of files inside the docker images
This commit is contained in:
parent
891ec29daf
commit
bd55ca4310
|
|
@ -162,7 +162,7 @@ Here are the main application files and directories inside the images :
|
||||||
┣ 📂 etc/nicobot/ - - - - - - - - - - - -> Default configuration files
|
┣ 📂 etc/nicobot/ - - - - - - - - - - - -> Default configuration files
|
||||||
┃ ┣ 📜 config.yml
|
┃ ┣ 📜 config.yml
|
||||||
┃ ┣ 📜 i18n.en.yml
|
┃ ┣ 📜 i18n.en.yml
|
||||||
┃ ┗ 📜 ...
|
┃ ┗ 📜 i18n.fr.yml
|
||||||
┣ 📂 root/
|
┣ 📂 root/
|
||||||
┃ ┗ 📂 .local/
|
┃ ┗ 📂 .local/
|
||||||
┃ ┣ 📂 bin/ - - - - - - - - - - - - - -> Executable commands
|
┃ ┣ 📂 bin/ - - - - - - - - - - - - - -> Executable commands
|
||||||
|
|
@ -171,10 +171,9 @@ Here are the main application files and directories inside the images :
|
||||||
┃ ┃ ┣ 📜 transbot
|
┃ ┃ ┣ 📜 transbot
|
||||||
┃ ┃ ┗ 📜 ...
|
┃ ┃ ┗ 📜 ...
|
||||||
┃ ┗ 📂 lib/pythonX.X/site-packages/ - -> Python packages (nicobot & dependencies)
|
┃ ┗ 📂 lib/pythonX.X/site-packages/ - -> Python packages (nicobot & dependencies)
|
||||||
┗ 📂 var/nicobot/ - - - - - - - - - - - -> Custom configuration files & data (contains secret stuff !)
|
┗ 📂 var/nicobot/ - - - - - - - - - - - -> Working directory & custom configuration files & data (contains secret stuff !)
|
||||||
┣ 📂 .omemo/ - - - - - - - - - - - - - -> OMEMO keys (XMPP)
|
┣ 📂 .omemo/ - - - - - - - - - - - - - -> OMEMO keys (XMPP)
|
||||||
┣ 📂 .signal-cli/ - - - - - - - - - - -> signal-cli configuration files
|
┗ 📂 .signal-cli/ - - - - - - - - - - -> signal-cli configuration files
|
||||||
┗ 📜 ...
|
|
||||||
|
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue