You've already forked Atomcms-edit
Nitro V3 update: CLI-only (Linux), settings via .env
- Moved Nitro V3 update from web UI (Commandocentrum) to CLI-only - Removed configure paths form and runUpdateNitrov3() from admin panel - update-Nitrov3.sh now loads .env automatically from its directory - Added all NITRO_* env vars to .env.example.linux and .env - Removed configurable paths from database (replaced by .env) - Updated README and CHANGELOG
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
"commandocentrum.emulator_backups_desc": "View and restore emulator backups",
|
||||
"commandocentrum.restore": "Restore",
|
||||
"commandocentrum.nitro_client": "Nitro Client",
|
||||
"commandocentrum.nitro_cli_only": "This script can only be run via command line. Use: bash update-Nitrov3.sh\n\nSettings are configured in the .env file in the project root.",
|
||||
"commandocentrum.clothing_sync": "Clothing Sync",
|
||||
"commandocentrum.clothing_sync_desc": "Sync catalog clothing from FigureMap",
|
||||
"commandocentrum.sync": "Sync",
|
||||
|
||||
+2
-15
@@ -305,19 +305,6 @@
|
||||
"radio.wizard.unknown_error": "Onbekende fout",
|
||||
"Homepage": "Homepage",
|
||||
"commandocentrum.nitro_update": "Nitro V3 Update",
|
||||
"commandocentrum.nitro_update_desc": "Configureer paths en voer het update script uit voor Nitro V3, Render V3 en de Emulator",
|
||||
"commandocentrum.run_update": "Run Update",
|
||||
"commandocentrum.configure_nitro": "Configureer Paths",
|
||||
"commandocentrum.save_nitro_config": "Save Config",
|
||||
"commandocentrum.nitro_config_saved": "Nitro configuratie opgeslagen!",
|
||||
"commandocentrum.nitro_update_output": "Update Output",
|
||||
"commandocentrum.nitro_emulator_path": "Emulator hoofdmap",
|
||||
"commandocentrum.nitro_emulator_service": "Emulator service naam",
|
||||
"commandocentrum.nitro_db_name": "Database naam",
|
||||
"commandocentrum.nitro_sql_dir": "SQL updates map",
|
||||
"commandocentrum.nitro_backup_dir": "Backup map",
|
||||
"commandocentrum.nitro_gamedata_dir": "Gamedata config map",
|
||||
"commandocentrum.nitro_client_dir": "Nitro client config map (public/configuration)",
|
||||
"commandocentrum.nitro_client_src": "Nitro-V3 bronmap",
|
||||
"commandocentrum.nitro_renderer_src": "Nitro Render V3 bronmap"
|
||||
"commandocentrum.nitro_update_desc": "Update alleen via command line — configureer instellingen in .env",
|
||||
"commandocentrum.nitro_cli_only": "Dit script kan alleen via de command line worden uitgevoerd. Gebruik: bash update-Nitrov3.sh\n\nInstellingen worden geconfigureerd in het .env bestand in de project root."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user