baikal #1

Merged
dnutiu merged 3 commits from baikal into master 2025-02-22 18:23:56 +00:00
2 changed files with 26 additions and 11 deletions
Showing only changes of commit 78dd73284e - Show all commits

15
.idea/ansible-playbooks.iml generated Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/fresh-rss/templates" />
</list>
</option>
</component>
</module>

View file

@ -6,14 +6,14 @@ baikal:
base_directory: "/baikal"
data_directory: "data"
config_directory: "config"
mail: |
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account default
host <smtp host>
port 587
from baikal@example.com
user <user>
password <password>
mail: "" # note you will need to inline the following variables
# defaults
# auth on
# tls on
# tls_trust_file /etc/ssl/certs/ca-certificates.crt
# account default
# host <smtp host>
# port 587
# from baikal@example.com
# user <user>
# password <password>