feat: add lemmy service
This commit is contained in:
parent
e00b44896f
commit
467de17183
8 changed files with 249 additions and 67 deletions
21
files/docker/lemmy/lemmy.hjson
Normal file
21
files/docker/lemmy/lemmy.hjson
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
# for more info about the config, check out the documentation
|
||||
# https://join-lemmy.org/docs/en/administration/configuration.html
|
||||
hostname: "lemmy.alecodes.page"
|
||||
tls_enabled: true
|
||||
database: {
|
||||
host: "tasks.lemmy_db"
|
||||
password: "529a6b836665075b535f8cc56d8f30cde7b7c9b01062feaa1b0da817fd7af2f8"
|
||||
}
|
||||
pictrs: {
|
||||
url: "http://tasks.pictrs:8080/"
|
||||
api_key: "529a6b836665075b535f8cc56d8f30cde7b7c9b01062feaa1b0da817fd7af2f8"
|
||||
}
|
||||
email: {
|
||||
smtp_server: "smtp.gmail.com:587"
|
||||
smtp_login: "ale.navarro.parra@gmail.com"
|
||||
smtp_password: "steuuamhzngjgfwn"
|
||||
smtp_from_address: "ale.navarro.parra@gmail.com"
|
||||
tls_type: "starttls"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue