parent
3327cfc6e0
commit
27be5546ea
|
@ -32,6 +32,7 @@ Para que todos los endpoints y scripts funcionen con la configuración actual de
|
|||
- **/opt/opengnsys/ogrepository/images/**
|
||||
- **/opt/opengnsys/ogrepository/images_trash/** (debe estar en la misma partición que el anterior, o tardarán mucho las eliminaciones y restauraciones)
|
||||
- **/opt/opengnsys/ogrepository/bin/** (aquí deben estar todos los scripts de Python, y el binario "udp-sender")
|
||||
- **/opt/opengnsys/ogrepository/api/** (aquí debe estar la API y el Swagger)
|
||||
- **/opt/opengnsys/ogrepository/etc/** (aquí se guardan los archivos "repoinfo.json" y "trashinfo.json")
|
||||
- **/opt/opengnsys/ogrepository/log/** (aquí se guardan los logs)
|
||||
|
||||
|
|
|
@ -43,13 +43,6 @@ repo_file = '/opt/opengnsys/ogrepository/etc/repoinfo.json'
|
|||
trash_file = '/opt/opengnsys/ogrepository/etc/trashinfo.json'
|
||||
config_file = '/opt/opengnsys/ogrepository/etc/ogAdmRepo.cfg'
|
||||
|
||||
"""
|
||||
repo_path = '/home/user/images/'
|
||||
script_path = '/home/user'
|
||||
repo_file = '/home/user/jsons/repoinfo.json'
|
||||
trash_file = '/home/user/jsons/trashinfo.json'
|
||||
config_file = '/home/user/ogAdmRepo.cfg'
|
||||
"""
|
||||
|
||||
# --------------------------------------------------------------------------------------------
|
||||
# FUNCTIONS
|
||||
|
|
|
@ -30,6 +30,7 @@ info:
|
|||
- **/opt/opengnsys/ogrepository/images/**
|
||||
- **/opt/opengnsys/ogrepository/images_trash/** (debe estar en la misma partición que el anterior, o tardarán mucho las eliminaciones y restauraciones)
|
||||
- **/opt/opengnsys/ogrepository/bin/** (aquí deben estar todos los scripts de Python, y el binario "udp-sender")
|
||||
- **/opt/opengnsys/ogrepository/api/** (aquí debe estar la API y el Swagger)
|
||||
- **/opt/opengnsys/ogrepository/etc/** (aquí se guardan los archivos "repoinfo.json" y "trashinfo.json")
|
||||
- **/opt/opengnsys/ogrepository/log/** (aquí se guardan los logs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue