_toctree
This commit is contained in:
parent
94e6467e54
commit
4376dfe409
38 changed files with 50 additions and 58 deletions
|
@ -1,9 +0,0 @@
|
||||||
Administration
|
|
||||||
==============
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
|
|
||||||
security
|
|
||||||
servers
|
|
||||||
system
|
|
||||||
containerization
|
|
|
@ -1,10 +0,0 @@
|
||||||
########
|
|
||||||
Security
|
|
||||||
########
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
/openssh-client/index
|
|
||||||
/openssh-server/index
|
|
||||||
/openssl/index
|
|
|
@ -1,13 +0,0 @@
|
||||||
#######
|
|
||||||
Servers
|
|
||||||
#######
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
/nginx/index
|
|
||||||
/apache/index
|
|
||||||
|
|
||||||
/nodejs/index
|
|
||||||
/tomcat/index
|
|
||||||
/glassfish/index
|
|
|
@ -1,9 +0,0 @@
|
||||||
######
|
|
||||||
System
|
|
||||||
######
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
/apt/index
|
|
||||||
/debian/index
|
|
|
@ -1,3 +0,0 @@
|
||||||
.. toctree::
|
|
||||||
|
|
||||||
administration/index
|
|
|
@ -4,9 +4,14 @@ RTFD
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
public/containerization/index
|
||||||
public/documents/index
|
public/documents/index
|
||||||
public/scm/index
|
|
||||||
public/virtualization/index
|
public/virtualization/index
|
||||||
|
public/packages/index
|
||||||
|
public/security/index
|
||||||
|
public/systems/index
|
||||||
|
public/scm/index
|
||||||
|
public/web/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@ -18,8 +23,6 @@ RTFD
|
||||||
:maxdepth: 4
|
:maxdepth: 4
|
||||||
:caption: Dispatch
|
:caption: Dispatch
|
||||||
|
|
||||||
_toctree/index
|
|
||||||
|
|
||||||
tasks
|
tasks
|
||||||
|
|
||||||
archive
|
archive
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
################
|
|
||||||
Containerization
|
Containerization
|
||||||
################
|
================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
/lxc/index
|
lxc/index
|
|
@ -25,3 +25,5 @@ Promiscuous Mode Accept
|
||||||
MAC Address Changes Accept
|
MAC Address Changes Accept
|
||||||
Forged Transmits Accept
|
Forged Transmits Accept
|
||||||
=================== ======
|
=================== ======
|
||||||
|
|
||||||
|
.. todo:: same problem with VirtualBox network
|
|
@ -1,6 +1,5 @@
|
||||||
###
|
|
||||||
APT
|
APT
|
||||||
###
|
===
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
7
in/public/packages/index.rst
Normal file
7
in/public/packages/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Packages
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
apt/index
|
9
in/public/security/index.rst
Normal file
9
in/public/security/index.rst
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Security
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
openssh-client/index
|
||||||
|
openssh-server/index
|
||||||
|
openssl/index
|
|
@ -8,9 +8,7 @@ Configure
|
||||||
|
|
||||||
* /etc/ssh/ssh_config
|
* /etc/ssh/ssh_config
|
||||||
|
|
||||||
::
|
.. todo:: lines
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
**********
|
**********
|
||||||
Create key
|
Create key
|
||||||
|
@ -21,3 +19,5 @@ Create key
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
ssh-keygen -b 4096
|
ssh-keygen -b 4096
|
||||||
|
|
||||||
|
.. todo:: other arguments
|
|
@ -73,6 +73,4 @@ types: rsa/ed25519/…?
|
||||||
|
|
||||||
* authorized_keys
|
* authorized_keys
|
||||||
|
|
||||||
::
|
.. todo:: about
|
||||||
|
|
||||||
TODO
|
|
7
in/public/systems/index.rst
Normal file
7
in/public/systems/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Systems
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
debian/index
|
12
in/public/web/index.rst
Normal file
12
in/public/web/index.rst
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Web
|
||||||
|
===
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
nginx/index
|
||||||
|
apache/index
|
||||||
|
|
||||||
|
nodejs/index
|
||||||
|
tomcat/index
|
||||||
|
glassfish/index
|
Loading…
Reference in a new issue