mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:54:34 +00:00
- Moved files from 'prole/' subdirectory to root level or appropriate subdirectories (tests, authority, infrastructure) to flatten the project structure. - Updated 'install.py' and initialization scripts in 'etc/' to reflect the new directory layout. - Added 'etc/repair_pipeline.sh' for automated pipeline repairs. - Updated configuration files including 'conf/prole.cfg' and 'env.sh'. - Integrated ArgoCD manifests in 'k8s/argocd/'. - Updated 'prole-app' environment and properties. - Moved and updated test scripts for better organization and reliability. - Added 'tests/silent_install_test.sh' for automated installation testing.
41 lines
1.1 KiB
Properties
41 lines
1.1 KiB
Properties
# Prole default endpoints (bundled). Override in:
|
|
# ~/Library/Application Support/Prole/prole.properties
|
|
# using the same key=value format.
|
|
|
|
# UI assets (relative to repo root when building; file name within app bundle at runtime)
|
|
# New canonical keys used by installer and app
|
|
icon=img/proleIcon.png
|
|
background=img/proleLogoSepia.png
|
|
|
|
# Legacy keys retained for backward compatibility
|
|
ui.icon=img/proleIcon.png
|
|
ui.background=img/proleLogoSepia.png
|
|
ui.welcometxt=installer/welcome.txt
|
|
|
|
# Dev port-forward supervision
|
|
# Note: Port mappings are now sourced from $PROLE_HOME/conf/port-mapping.cfg.
|
|
# The legacy pf.* keys are intentionally omitted from the bundled defaults.
|
|
pf.enabled=true
|
|
|
|
# Core service
|
|
svc.host=svc.prole.org
|
|
svc.port=443
|
|
|
|
# k3s aggregate ? replace legacy raspberry with retropie
|
|
k3s.retropie.host=retropie.prole.org
|
|
k3s.retropie.port=6443
|
|
|
|
# local k3d
|
|
k3d.local.host=localhost
|
|
k3d.local.port=6443
|
|
|
|
# internal postgres
|
|
postgres.host=k3s.prole.org
|
|
postgres.port=5432
|
|
|
|
# Reserved for future cloud endpoints
|
|
# aws.eks.host=
|
|
# aws.eks.port=
|
|
# gcp.gke.host=
|
|
# gcp.gke.port=
|