More organization

This commit is contained in:
Scott Idem
2023-02-22 16:57:27 -05:00
parent ae7184f63c
commit 3a79aea7f8
15 changed files with 50 additions and 14 deletions

22
.gitignore vendored
View File

@@ -76,20 +76,26 @@ logs/php7/
tmp/
temp/
srv/aether_api/
srv/aether_app/
srv/hosted_files/
srv/hosted_tmp/
# srv/aether_api/
# srv/aether_app/
# srv/hosted_files/
# srv/hosted_tmp/
srv/html_php/
srv/mailman2/
srv/mariadb/
srv/nextcloud/
srv/oneskyit_site/
srv/static_files/
# srv/mariadb/
# srv/nextcloud/
# srv/oneskyit_site/
# srv/static_files/
srv/aether_api_link/
srv/aether_api_link
srv/aether_app_link/
srv/aether_app_link
srv/hosted_files_dev_link/
srv/hosted_files_dev_link
srv/hosted_files_link/
srv/hosted_files_link
srv/hosted_tmp_dev_link/
srv/hosted_tmp_dev_link
srv/hosted_tmp_link/
srv/hosted_tmp_link

8
srv/README.md Normal file
View File

@@ -0,0 +1,8 @@
Create links to the actual file directories
./srv/aether_api
./srv/aether_app
./srv/hosted_files
./srv/mariadb
./srv/nextcloud
./srv/oneskyit_site
./srv/static_files

4
srv/aether_api/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

View File

@@ -1 +0,0 @@
/home/scott/OSIT_dev/aether_api_fastapi

4
srv/aether_app/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

View File

@@ -1 +0,0 @@
/home/scott/OSIT_dev/aether_app

4
srv/hosted_files/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

View File

@@ -1 +0,0 @@
/mnt/data_drive/srv/data/osit_app/hosted_files_dev

View File

@@ -1 +0,0 @@
/mnt/data_drive/srv/data/osit_app/hosted_files

View File

@@ -1 +0,0 @@
/mnt/data_drive/srv/data/osit_app/hosted_tmp_dev

View File

@@ -1 +0,0 @@
/mnt/data_drive/srv/data/osit_app/hosted_tmp

4
srv/mariadb/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

4
srv/nextcloud/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

4
srv/oneskyit_site/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

4
srv/static_files/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore