-
Notifications
You must be signed in to change notification settings - Fork 1
/
wallabag.xml
205 lines (205 loc) · 11.3 KB
/
wallabag.xml
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?xml version="1.0"?>
<Container version="2">
<Name>wallabag</Name>
<Repository>wallabag/wallabag</Repository>
<Registry>https://hub.docker.com/r/wallabag/wallabag/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/wallabag/wallabag/</Support>
<Project/>
<Overview>Wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source.

With this application you will not miss content anymore. Click, save, read it when you want. It saves the content you select so that you can read it when you have time.</Overview>
<Category>Backup: Tools: Network:Web</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/wallabag.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/wallabag.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description>Wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source.

With this application you will not miss content anymore. Click, save, read it when you want. It saves the content you select so that you can read it when you have time.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>80</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/var/www/wallabag/web/assets/images</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/var/www/wallabag/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>MYSQL_ROOT_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>POSTGRES_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>POSTGRES_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value>pdo_mysql</Value>
<Name>SYMFONY__ENV__DATABASE_DRIVER</Name>
<Mode/>
</Variable>
<Variable>
<Value>mariadb</Value>
<Name>SYMFONY__ENV__DATABASE_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>3306</Value>
<Name>SYMFONY__ENV__DATABASE_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>wallabag</Value>
<Name>SYMFONY__ENV__DATABASE_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value>root</Value>
<Name>SYMFONY__ENV__DATABASE_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value>~</Value>
<Name>SYMFONY__ENV__DATABASE_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>utf8</Value>
<Name>SYMFONY__ENV__DATABASE_CHARSET</Name>
<Mode/>
</Variable>
<Variable>
<Value>ovmpmAWXRCabNlMgzlzFXDYmCFfzGv</Value>
<Name>SYMFONY__ENV__SECRET</Name>
<Mode/>
</Variable>
<Variable>
<Value>en</Value>
<Name>SYMFONY__ENV__LOCALE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>SYMFONY__ENV__MAILER_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>~</Value>
<Name>SYMFONY__ENV__MAILER_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value>~</Value>
<Name>SYMFONY__ENV__MAILER_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>[email protected]</Value>
<Name>SYMFONY__ENV__FROM_EMAIL</Name>
<Mode/>
</Variable>
<Variable>
<Value>true</Value>
<Name>SYMFONY__ENV__FOSUSER_REGISTRATION</Name>
<Mode/>
</Variable>
<Variable>
<Value>true</Value>
<Name>SYMFONY__ENV__FOSUSER_CONFIRMATION</Name>
<Mode/>
</Variable>
<Variable>
<Value>https://your-wallabag-url-instance.com</Value>
<Name>SYMFONY__ENV__DOMAIN_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value>tcp</Value>
<Name>SYMFONY__ENV__REDIS_SCHEME</Name>
<Mode/>
</Variable>
<Variable>
<Value>redis</Value>
<Name>SYMFONY__ENV__REDIS_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>6379</Value>
<Name>SYMFONY__ENV__REDIS_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>~</Value>
<Name>SYMFONY__ENV__REDIS_PATH</Name>
<Mode/>
</Variable>
<Variable>
<Value>~</Value>
<Name>SYMFONY__ENV__REDIS_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>true</Value>
<Name>POPULATE_DATABASE</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Webui Port" Target="80" Default="" Mode="tcp" Description="Webui Port" Type="Port" Display="always" Required="false" Mask="false">80</Config>
<Config Name="Wallabag Data" Target="/var/www/wallabag/data" Default="" Mode="rw" Description="Wallabag data" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Wallabag Images" Target="/var/www/wallabag/web/assets/images" Default="" Mode="rw" Description="Wallabag Images" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="MYSQL_ROOT_PASSWORD" Target="MYSQL_ROOT_PASSWORD" Default="" Mode="" Description="Needed for the mariadb container to initialise and for the entrypoint in the wallabag container to create a database and user if its not there" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="POSTGRES_PASSWORD" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="Needed for the posgres container to initialise and for the entrypoint in the wallabag container to create a database and user if not there" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="POSTGRES_USER" Target="POSTGRES_USER" Default="" Mode="" Description="Needed for the posgres container to initialise and for the entrypoint in the wallabag container to create a database and user if not there" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SYMFONY__ENV__DATABASE_DRIVER" Target="SYMFONY__ENV__DATABASE_DRIVER" Default="pdo_sqlite" Mode="" Description="This sets the database driver to use" Type="Variable" Display="always" Required="false" Mask="false">pdo_mysql</Config>
<Config Name="SYMFONY__ENV__DATABASE_HOST" Target="SYMFONY__ENV__DATABASE_HOST" Default="mariadb" Mode="" Description="If using mysql this should be the name of the mariadb container" Type="Variable" Display="always" Required="false" Mask="false">mariadb</Config>
<Config Name="SYMFONY__ENV__DATABASE_PORT" Target="SYMFONY__ENV__DATABASE_PORT" Default="3306" Mode="" Description="Port of the database host" Type="Variable" Display="always" Required="false" Mask="false">3306</Config>
<Config Name="SYMFONY__ENV__DATABASE_NAME" Target="SYMFONY__ENV__DATABASE_NAME" Default="symfony" Mode="" Description="This is the name of the database to use" Type="Variable" Display="always" Required="false" Mask="false">wallabag</Config>
<Config Name="SYMFONY__ENV__DATABASE_USER" Target="SYMFONY__ENV__DATABASE_USER" Default="root" Mode="" Description="This is the name of the database user to use" Type="Variable" Display="always" Required="false" Mask="false">root</Config>
<Config Name="SYMFONY__ENV__DATABASE_PASSWORD" Target="SYMFONY__ENV__DATABASE_PASSWORD" Default="~" Mode="" Description="This is the password of the database user to use" Type="Variable" Display="always" Required="false" Mask="false">~</Config>
<Config Name="SYMFONY__ENV__DATABASE_CHARSET" Target="SYMFONY__ENV__DATABASE_CHARSET" Default="utf8" Mode="" Description="This is the database charset to use" Type="Variable" Display="always" Required="false" Mask="false">utf8</Config>
<Config Name="SYMFONY__ENV__SECRET" Target="SYMFONY__ENV__SECRET" Default="ovmpmAWXRCabNlMgzlzFXDYmCFfzGv" Mode="" Description="Defaults to ovmpmAWXRCabNlMgzlzFXDYmCFfzGv" Type="Variable" Display="always" Required="false" Mask="false">ovmpmAWXRCabNlMgzlzFXDYmCFfzGv</Config>
<Config Name="SYMFONY__ENV__LOCALE" Target="SYMFONY__ENV__LOCALE" Default="en" Mode="" Description="Default to en" Type="Variable" Display="always" Required="false" Mask="false">en</Config>
<Config Name="SYMFONY__ENV__MAILER_HOST" Target="SYMFONY__ENV__MAILER_HOST" Default="" Mode="" Description="The SMTP host" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SYMFONY__ENV__MAILER_USER" Target="SYMFONY__ENV__MAILER_USER" Default="" Mode="" Description="The SMTP user" Type="Variable" Display="always" Required="false" Mask="false">~</Config>
<Config Name="SYMFONY__ENV__MAILER_PASSWORD" Target="SYMFONY__ENV__MAILER_PASSWORD" Default="~" Mode="" Description="The SMTP password" Type="Variable" Display="always" Required="false" Mask="false">~</Config>
<Config Name="SYMFONY__ENV__FROM_EMAIL" Target="SYMFONY__ENV__FROM_EMAIL" Default="[email protected]" Mode="" Description="The address wallabag uses for outgoing emails" Type="Variable" Display="always" Required="false" Mask="false">[email protected]</Config>
<Config Name="SYMFONY__ENV__FOSUSER_REGISTRATION" Target="SYMFONY__ENV__FOSUSER_REGISTRATION" Default="true" Mode="" Description="Enable or disable public user registration" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="SYMFONY__ENV__FOSUSER_CONFIRMATION" Target="SYMFONY__ENV__FOSUSER_CONFIRMATION" Default="true" Mode="" Description="Enable or disable registration confirmation" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="SYMFONY__ENV__DOMAIN_NAME" Target="SYMFONY__ENV__DOMAIN_NAME" Default="https://your-wallabag-url-instance.com" Mode="" Description="The URL of your wallabag instance" Type="Variable" Display="always" Required="false" Mask="false">https://your-wallabag-url-instance.com</Config>
<Config Name="SYMFONY__ENV__REDIS_SCHEME" Target="SYMFONY__ENV__REDIS_SCHEME" Default="tcp" Mode="" Description="Protocol to use to communicate with the target server (tcp, unix, or http)" Type="Variable" Display="always" Required="false" Mask="false">tcp</Config>
<Config Name="SYMFONY__ENV__REDIS_HOST" Target="SYMFONY__ENV__REDIS_HOST" Default="redis" Mode="" Description="IP or hostname of the target Redis server" Type="Variable" Display="always" Required="false" Mask="false">redis</Config>
<Config Name="SYMFONY__ENV__REDIS_PORT" Target="SYMFONY__ENV__REDIS_PORT" Default="6379" Mode="" Description="Port of the Redis target host" Type="Variable" Display="always" Required="false" Mask="false">6379</Config>
<Config Name="SYMFONY__ENV__REDIS_PATH" Target="SYMFONY__ENV__REDIS_PATH" Default="~" Mode="" Description="Path of the unix socket file " Type="Variable" Display="always" Required="false" Mask="false">~</Config>
<Config Name="SYMFONY__ENV__REDIS_PASSWORD" Target="SYMFONY__ENV__REDIS_PASSWORD" Default="~" Mode="" Description="This is the password defined in the Redis server configuration" Type="Variable" Display="always" Required="false" Mask="false">~</Config>
<Config Name="POPULATE_DATABASE" Target="POPULATE_DATABASE" Default="true" Mode="" Description="Does the DB have to be populated or is it an existing one?" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
</Container>