Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
configurer_openjabnab [2011/04/06 23:01] alexis |
configurer_openjabnab [2019/08/25 13:56] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Description du fichier de configuration bin/ | ==== Description du fichier de configuration bin/ | ||
- | [Config] | + | == Config |
- | httpListener = true | + | |
- | httpApi = true | + | * httpListener = true |
- | httpViolet = true | + | Non utilisé pour le moment |
- | xmppListener = true | + | * httpApi = true |
- | RealHttpRoot = /var/www/openjabnab/ | + | Permet de spécifier si l'API openJabNab est active (true = API activée / false = API désactivée) |
- | HttpRoot = ojn_local | + | * httpViolet = true |
- | HttpPluginsFolder = plugins | + | Permet de désactiver les appels HTTP (valeur fortement conseillée : true) |
- | StandAlone = true | + | * xmppListener = true |
- | StandAloneWelcome=true | + | Non utilisé pour le moment |
- | StandAloneAuthBypass=false | + | * RealHttpRoot = /var/www/http-wrapper/ |
- | StandAloneAuthBypassBunny=0013d385e587 | + | Chemin vers les fichiers locaux |
- | StandAloneUseLocalBootcode=true | + | * HttpRoot = ojn_local |
- | StandAlonePatchBootcode=true | + | Répertoire des fichiers locaux |
- | VioletPassword=a10428e96587 | + | * HttpPluginsFolder = plugins |
- | Bootcode = / | + | Répertoire utilisé par les plugins |
- | SaveBootcode=true | + | |
- | AllowAnonymousRegistration=true | + | Permet une connexion d'un lapin au serveur sans utilisation de mot de passe (mode standalone uniquement) |
- | AllowUserManageBunny=true | + | * Bootcode |
- | SessionTimeout=900 | + | Chemin vers le bootcode à utiliser |
+ | * AllowAnonymousRegistration=false | ||
+ | Active la possibilité de créer un compte utilisateur sans être administrateur | ||
+ | * AllowUserManageBunny=false | ||
+ | Permet à un utilisateur non-administrateur de configurer un lapin | ||
+ | * AllowUserManageZtamp=false | ||
+ | Permet à un utilisateur non-administrateur de configurer un ztamp | ||
+ | * SessionTimeout=300 | ||
+ | Durée d'une session sur l'API (en secondes) | ||
+ | |||
+ | == DefaultVioletServers == | ||
- | [DefaultVioletServers] | ||
BootServer=r.nabaztag.com | BootServer=r.nabaztag.com | ||
+ | |||
BroadServer=broad.violet.net | BroadServer=broad.violet.net | ||
+ | |||
PingServer=tagtag.nabaztag.objects.violet.net | PingServer=tagtag.nabaztag.objects.violet.net | ||
+ | |||
XmppDomain=xmpp.nabaztag.com | XmppDomain=xmpp.nabaztag.com | ||
+ | |||
XmppServer=rhoen.violet.net | XmppServer=rhoen.violet.net | ||
- | [OpenJabNabServers] | + | |
- | PingServer=ojn.psnet.fr | + | == OpenJabNabServers |
- | BroadServer=ojn.psnet.fr | + | |
+ | PingServer=my.domain.com | ||
+ | |||
+ | BroadServer=my.domain.com | ||
ListeningHttpPort=8080 | ListeningHttpPort=8080 | ||
- | XmppServer=ojn.psnet.fr | ||
- | XmppPort=5222 | ||
- | [Log] | + | XmppServer=my.domain.com |
+ | |||
+ | == Log == | ||
LogFile=openjabnab.log | LogFile=openjabnab.log | ||
+ | |||
LogFileLevel=Debug | LogFileLevel=Debug | ||
- | LogScreenLevel=Debug | + | |
+ | LogScreenLevel=Warning | ||