Files
profiled/zte.conf.example
oxmc a86ad3298e Rename project from vesperprofiled to pawletprofiled (PawletOS fork)
This checkout is PawletOS's fork (git.oxmc.me/PawletOS/profiled), so its
own identity should read PawletOS, not VesperOS: binary/package name,
AIDL package+interface (me.oxmc.vesperos.profile -> os.pawlet.profiled),
D-Bus service/object/error names, C++ namespace (vesperos::profile ->
pawletos::profile), sepolicy types, data paths (/data/system/vesperos ->
/data/system/pawletos, /etc/vesperprofiled -> /etc/pawletprofiled), the
vendored OpenSSL static-lib module names, and the ZTE protocol string.

Also drops generated build output (obj-x86_64-linux-gnu/, debian/.debhelper,
debian staging dir, debhelper log/substvars files) that had been committed
by mistake, and adds a .gitignore so they don't come back.

The stock/upstream vesperprofiled at git.oxmc.me/VesperOS/vesperprofiled
is untouched -- this commit only goes to the pawletos remote.
2026-07-25 00:50:46 -07:00

35 lines
1.3 KiB
Plaintext

# /etc/pawletprofiled/zte.conf
# PawletOS Zero-Touch Enrollment configuration
# ─────────────────────────────────────────────────────────────────────────
# This file is read by pawlet-zte on startup.
# Lines beginning with # are comments.
# All settings are optional — defaults are shown.
# ZTE lookup server URL.
# Default: https://zte.pawletos.oxmc.me (oxmc hosted, public)
# Set this to your own server for self-hosted ZTE.
#
# server_url=https://zte.pawletos.oxmc.me
# Disable ZTE entirely on this device.
# Set to "1" to prevent automatic enrollment.
# Can also be set by writing "disabled" to /var/lib/pawletprofiled/zte_state.json
#
# disabled=0
# Maximum number of enrollment retry attempts before giving up.
# 0 = retry indefinitely on every connectivity event.
#
# max_retries=0
# Delay between enrollment retries in seconds.
# The actual delay uses exponential backoff up to this maximum.
#
# retry_max_delay=300
# TLS CA bundle for verifying the ZTE server certificate.
# Override if you use a private CA for your self-hosted ZTE server.
# The server certificate must chain to this CA.
#
# ca_bundle=/etc/ssl/certs/ca-certificates.crt