mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Merge branch 'e2e' of https://github.com/balzack/databag into e2e
This commit is contained in:
commit
4485de7731
@ -54,11 +54,15 @@ From the net/container sub directory:
|
||||
### Example with Portainer and Nginx Proxy Manager
|
||||
|
||||
From Portainer:
|
||||
- In the volume view, click add volumen:
|
||||
- Enter a name, then click 'Create the volume'
|
||||
- In the container view, click add container:
|
||||
- In the 'Image' field enter 'balzack/databag:latest'
|
||||
- Click 'publish a new network port', and select port 7000 for both host and container
|
||||
- Under 'Advanced container settings', select 'Env', and click 'Add Environment Variable'
|
||||
- Enter 'Name' as 'ADMIN' and your admin password [password]
|
||||
- Under 'Advanced container settings', select 'Volumes', then 'map additional volume'
|
||||
- Enter '/var/lib/databag' for 'container' and the created volume for 'volume'
|
||||
- Click 'Deploy the Container'
|
||||
|
||||
From Nginx Proxy Manager:
|
||||
|
@ -368,7 +368,7 @@ export function ProfileBody({ navigation }) {
|
||||
)}
|
||||
{ state.sealMode === 'unlocked' && (
|
||||
<View style={styles.inputField}>
|
||||
<TextInput style={styles.input} value={'xxxxxxxx'} editable="false" secureTextEntry={true} />
|
||||
<TextInput style={styles.input} value={'xxxxxxxx'} editable={false} secureTextEntry={true} />
|
||||
<Ionicons style={styles.icon} name="eyeo" size={18} color="#888888" />
|
||||
<TouchableOpacity style={styles.sealUpdate} onPress={actions.updateSeal} />
|
||||
</View>
|
||||
|
@ -6,5 +6,5 @@ services:
|
||||
ports:
|
||||
- "7000:7000"
|
||||
volumes:
|
||||
- ./databag-data:/data
|
||||
- ./databag-data:/var/lib/databag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user