-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbalena.yml
179 lines (142 loc) · 4.96 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
name: passbolt
type: sw.application
version: 4.6.0-1
description: >-
Passbolt is an open source password manager designed for collaboration.
You can securely generate, store, manage and monitor your team credentials.
https://www.passbolt.com
joinable: true
post-provisioning: >-
## passbolt
Passbolt is an open source password manager designed for collaboration. You can securely generate, store, manage and monitor your team credentials.
Get access to all of your logins and passwords from multiple browsers or even your mobile phone. Create strong random passwords, thanks to the fully customizable password generator, and share them instantly with your team.
## Usage instructions
Once passbolt deployed on your raspberry, from your balena dashboard:
* enable your public device url
* set this url as `APP_FULL_BASE_URL` value in device variables section
* connect to passbolt terminal and create your first passbolt user:
```
$ su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt \
register_user -u [email protected] \
-f 'name' -l 'surname' -r admin" www-data
```
A confirmation with your registering URL will be displayed:
```
____ __ ____
/ __ \____ _____ ____/ /_ ____ / / /_
/ /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
/ ____/ /_/ (__ |__ ) /_/ / /_/ / / /
/_/ \__,_/____/____/_.___/\____/_/\__/
Open source password manager for teams
-------------------------------------------------------------------------------
User saved successfully.
To start registration follow the link provided in your mailbox or here:
https://xxxxxxxx.balena-devices.com/setup/install/b549d878-xxxx-xxxx-xxxx-7206986d27f0/c3aab73e-xxxx-xxxx-xxxx-7e28c70299c6
```
Click on the link to finish your first user creation
You can get help on https://help.passbolt.com, https://community.passbolt.com or https://forums.balena.io/t/run-passbolt-password-manager-on-balena/358466
### Boost collaboration & productivity:
* Easily share one password, or a folder with a single user or a group of users;
* Use personal or shared tags to identify passwords and secrets;
* Give specific access rights to a user or group;
* Get detailed reporting on access & change history.
### Security by design. Audited and certified:
* True end-to-end encryption;
* Interoperable cryptography based on OpenPGP;
* Full control your own encryption key;
* Access revocation that actually works;
* Regularly audited by independent auditors.
### Made in Europe. Privacy by default:
* Host it in our cloud, located in Europe;
* Or self-host it for full data ownership;
* No tracker, no strings attached.
### Resources
* https://www.passbolt.com
* https://github.com/passbolt
* https://help.passbolt.com
* https://community.passbolt.com
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/AnatomicJC/balena-passbolt'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/AnatomicJC/balena-passbolt/master/logo.png
data:
applicationEnvironmentVariables:
- MYSQL_ROOT_PASSWORD: "rootpassword"
- MYSQL_DATABASE: "passbolt"
- MYSQL_USER: "passbolt"
- MYSQL_PASSWORD: "P4ssb0lt"
- TZ: "Europe/Paris"
- APP_FULL_BASE_URL: https://a-very-long-generated-id.balena-devices.com/
- DATASOURCES_DEFAULT_HOST: "db"
- DATASOURCES_DEFAULT_USERNAME: "passbolt"
- DATASOURCES_DEFAULT_PASSWORD: "P4ssb0lt"
- DATASOURCES_DEFAULT_DATABASE: "passbolt"
- EMAIL_TRANSPORT_DEFAULT_PORT: 587
- EMAIL_TRANSPORT_DEFAULT_HOST: "smtp.domain.tld"
- EMAIL_DEFAULT_FROM: "[email protected]"
- BACKUP_INTERVAL: 86400
applicationConfigVariables:
- BALENA_HOST_CONFIG_gpu_mem: 256
- BALENA_HOST_CONFIG_gpu_mem_512: 128
- BALENA_HOST_CONFIG_dtoverlay: vc4-fkms-v3d
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- n510-tx2
- asus-tinker-board
- asus-tinker-board-s
- jn30b-nano
- fincm3
- bananapi-m1-plus
- beagleboard-xm
- beaglebone-black
- beaglebone-green
- beaglebone-green-wifi
- orbitty-tx2
- spacely-tx2
- cl-som-imx8
- coral-dev
- ccimx8x-sbc-pro
- intel-edison
- intel-nuc
- surface-pro-6
- surface-go
- npe-x500-m3
- nanopi-neo-air
- nanopc-t4
- nitrogen8mm
- nitrogen8mm-dwe
- srd3-tx2
- jetson-nano
- jetson-nano-emmc
- jetson-tx1
- jetson-tx2
- jetson-xavier
- jetson-xavier-nx-devkit
- blackboard-tx2
- odroid-c1
- odroid-xu4
- orange-pi-one
- orangepi-plus2
- orange-pi-zero
- beaglebone-pocket
- qemux86
- qemux86-64
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
- revpi-core-3
- skx2
- ts4900
- up-board
- imx6ul-var-dart
- imx8m-var-dart
- var-som-mx6
- imx7-var-som