1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "Tor Client",
- "id": "torclient",
- "description": {
- "en": "Tor Client",
- "fr": "Client Tor"
- },
- "license": "AGPL-3",
- "developer": {
- "name": "Emile Morel",
- "email": "emile@bleuchtang.fr"
- },
- "multi_instance": "false",
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "ask": {
- "en": "Choose a domain for the web administration",
- "fr": "Choisissez un domaine pour l'administration web"
- },
- "example": "domain.org"
- },
- {
- "name": "path",
- "ask": {
- "en": "Choose a path for the web administration",
- "fr": "Choisissez un chemin pour l'administration web"
- },
- "example": "/torclientadmin",
- "default": "/torclientadmin"
- }
- ]
- }
- }
|