~dricottone/huttese

ref: 2d2a6f66c88338f618bb6b6e5ceb6c26aec64b89 huttese/.gitignore -rw-r--r-- 577 bytes
2d2a6f66Dominic Ricottone Major updates 1 year, 7 months ago
                                                                                
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
# keys
sr/etc/sr.ht/pgp.key
sr/etc/sr.ht/pgp.pubkey
sr/etc/ssh/ssh_host_dsa_key
sr/etc/ssh/ssh_host_dsa_key.pub
sr/etc/ssh/ssh_host_ecdsa_key
sr/etc/ssh/ssh_host_ecdsa_key.pub
sr/etc/ssh/ssh_host_ed25519_key
sr/etc/ssh/ssh_host_ed25519_key.pub
sr/etc/ssh/ssh_host_rsa_key
sr/etc/ssh/ssh_host_rsa_key.pub

# symlinked files
Makefile
sr/Dockerfile

# configuration files that also contain sensitive keys/passwords
#TODO: find a better way to hide sensitive information
sr/etc/postfix/generic
sr/etc/postfix/sasl/sasl_passwd
sr/etc/sr.ht/config.ini

# backups directory
backups/