summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-12-12 15:57:47 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-12-12 16:05:55 +0100
commit5e21716afba461a4debae8f99f0e6e967766bb28 (patch)
treee255c3b0783d61f3586922d6411a335b5b9495cd /src/cfg.h
parent6a63218f85d80919c8bab87141f9f4c9c3acdfdf (diff)
cfg: add samba configuration and use it in ogrelive templatev1.2.5-28
add samba credentials to ogserver.json "samba" : { "user" : "og", "pass" : "test" } and use it in ogrelive template.
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cfg.h b/src/cfg.h
index 97e47cf..d65782c 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -12,6 +12,10 @@ struct og_server_cfg {
const char *api_token;
} rest;
struct {
+ const char *user;
+ const char *pass;
+ } smb;
+ struct {
const char *interface;
} wol;
struct {