Add offlineimap for mail backups
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
0eeabb4a46
commit
b151a341c0
1
ansible/plays/services/offlineimap/.env
Normal file
1
ansible/plays/services/offlineimap/.env
Normal file
@ -0,0 +1 @@
|
||||
COMPOSE_PROJECT_NAME=offlineimap
|
12
ansible/plays/services/offlineimap/docker-compose.yaml
Normal file
12
ansible/plays/services/offlineimap/docker-compose.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
services:
|
||||
offlineimap:
|
||||
image: registry.tobiasmanske.de/offlineimap:latest
|
||||
volumes:
|
||||
- ./offlineimap.conf:/root/.offlineimaprc
|
||||
- maildata:/data
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
maildata:
|
||||
...
|
45
ansible/plays/services/offlineimap/offlineimap.conf
Normal file
45
ansible/plays/services/offlineimap/offlineimap.conf
Normal file
@ -0,0 +1,45 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65633362663335633833303532636332616462666238643030396233316438313964363032336534
|
||||
6532303464363638663933623532356139623065613461610a373961376437333562333631643437
|
||||
63343963333462666530333937313136306464353934653639613063306363333932643764336138
|
||||
6131326431396238300a643732383663363232356530313133353132363035383233393932336661
|
||||
62353361633530633335663265343334366632623339623537346237343231656636643831643435
|
||||
30306239373831663733666163356234393634396662326231623263623430363837396263316538
|
||||
62323264333264376361386563383661663438396666323635346633613364633132363031373332
|
||||
33656438656538363032303563346261313964333163336534623461643030616630643761313662
|
||||
31636431343564306233643164613136663534313736646364366530323238396366313636393564
|
||||
35353861633966643334363438343765663963633239643665323565333964623630366430386665
|
||||
62626331656530646464343438303134633735616138623431373738343135623062656562326432
|
||||
34346264623565666634333834343539643462636234663430323964333635353265363234313332
|
||||
34633730303162663939373835363861343338666361623937653162323331316336613032356635
|
||||
35373535653137343534303238353862643837633761363663386430636432333234643838666537
|
||||
30663132373435663630653462316532646133393232323434643662623830326263316261386565
|
||||
64313835656262613538353034353564613861653864303435636563646634326164373435653432
|
||||
37313663643063623537356433396334336434353161373638323264343735653866626238613237
|
||||
36303462383230363935356366666261373035343037646266303562373738333737663665323230
|
||||
34653832353134356535626532343639326534376536393336383231353739383365313766353837
|
||||
30316266313936373131333565653534343065646533646431383166636564633465386531666531
|
||||
31313362326433396432343463383466366465356237646437373963366465346631316263333463
|
||||
37333563393637386330386437306435623636343430313165646663646165326661656530636534
|
||||
31373064343331353538656138313964373230623138623531623430373239653636393531303135
|
||||
63633139666462333031333934356237353839393166656465336538373934366666386537356464
|
||||
63316564313735653830633861313265303263616566626261383234393839336264396562326137
|
||||
34626263653166313865303665353637306662376630303938666432613863656134643563646563
|
||||
64373762343661613631623762393834666161646132303432653766323138626365376138623237
|
||||
61613937656535633037323861346634633330626633313661643066386435323234303664363363
|
||||
38303164363130333633663334326162343834316235323338343666653634643566663431313535
|
||||
35663066313132643635353166326564386636363066363861313438666139346266333438616132
|
||||
38623265373039663630356337643733333630316538643733303134633936643165386634333834
|
||||
30333131633239646438323435383438326565336264303931653434363361306565343830383131
|
||||
34353066316563663232643736313535393638346463303166383137633434366361626234656434
|
||||
61653536353835353838626335326264303062613135333861623733326162653161373339373932
|
||||
33393863373431353337613963373663383837316664346130666330393063383730623366323838
|
||||
66613232393763636439323936613665656432363061656264656639396636316234633630323634
|
||||
66326334653235313331303364613730663362326637366665373539356365373534333232383834
|
||||
66356162356631626534316466363632316661633331643465303939653936353435626232333433
|
||||
32636466613765346130396164356465393534373066333830633263633064343037623361353831
|
||||
30633535646536373637363335616135373335353137363666366530663939396336633934313362
|
||||
37623335336639383038386164656266356465396564643033333732643663643839636332626637
|
||||
30306263623937363435346666626238343065373131646633643763396361626539373262653839
|
||||
35613435373638666134363966613830623762653966653232343161623165383132396339363166
|
||||
31333966613830323365
|
@ -7,3 +7,4 @@
|
||||
- {role: compose_project, service: wireguard}
|
||||
- {role: compose_project, service: watchtower}
|
||||
- {role: compose_project, service: gitea-runner}
|
||||
- {role: compose_project, service: offlineimap}
|
||||
|
Loading…
Reference in New Issue
Block a user