Commit graph

60 commits

Author SHA1 Message Date
Sara Aimée Smiseth
357f4d4040
Fix arrays with multiple values (#14)
* fix arrays
* Set pidfile in prosody.cfg.lua
2020-10-10 08:55:43 +02:00
Sara Aimée Smiseth
ade86ee812 CHANGELOG.md v1.1.2 2020-10-02 06:16:14 +02:00
Sara Aimée Smiseth
58f5d18987 update luarocks to version 3.4.0 2020-10-01 18:22:06 +02:00
Sara Aimée Smiseth
ceef3c335f update prosody to version 0.11.7 2020-10-01 17:50:58 +02:00
Sara Aimée Smiseth
1980cf0899 Cherry picked [commit](fa13a990a1) from [zipizap/prosody](https://github.com/zipizap/prosody) which fixes a bug with env-vars not beeing initialized. 2020-09-30 15:40:40 +02:00
Ubuntu
9645f521f8 fix bug with env-vars
env-vars should be defined before the if conditional branches, so that
in case they execute, there will be no errors about undefined env-vars
2020-09-30 15:37:25 +02:00
Sara Aimée Smiseth
606e63f20f Added E2E_POLICY_WHITELIST ENV variable to configure e2e_policy_whitelist. 2020-09-26 18:54:56 +02:00
Sara Aimée Smiseth
15b95e5822 Remove obsolete server_contact_info section. Use ENV variables instead. 2020-09-26 18:43:35 +02:00
Sara Aimée Smiseth
fb50f748ee Make 03-e2e-policy.cfg.lua configurable with ENV variables. 2020-09-18 20:04:52 +02:00
Sara Aimée Smiseth
fd21384bdf Make 04-server_contact_info.cfg.lua configurable with ENV variables. Fixes #4 2020-09-18 16:26:45 +02:00
Sara Aimée Smiseth
a5c6d5ecef update prosody to version 0.11.6 2020-09-09 17:56:16 +02:00
Sara Aimée Smiseth
dbb91cbe5b replace master with dev 2020-07-12 17:45:21 +02:00
Sara Aimée Smiseth
5a963e31a8 Update CHANGELOG.md for new release. 2020-07-08 18:29:48 +02:00
Sara Aimée Smiseth
772f26d468 Add link to official documentation on certificate permissions to README. Related to #3 2020-07-08 17:43:24 +02:00
Sara Aimée Smiseth
522e26c5ac Change global ssl section to http_upload and legacy_ssl sections. It is only needed there. 2020-07-08 17:42:42 +02:00
Sara Aimée Smiseth
d49e03b5c9 Enable announce and lastactivity modules 2020-06-28 10:18:32 +02:00
Sara Aimée Smiseth
5537365e36 Download modules, install modules and delete modules in one Docker RUN. 2020-06-27 19:54:16 +02:00
Sara Aimée Smiseth
476dbd06b8 Refactor module install scripts to remove duplicate code. Fixes #6. 2020-06-27 19:47:57 +02:00
Sara Aimée Smiseth
9e24592826 Download prosody-modules only once. 2020-06-27 19:22:55 +02:00
Sara Aimée Smiseth
2500028412 Add PROSODY_ADMINS to specify who is an administrator. Fixes #7 2020-06-26 17:34:24 +02:00
Sara Aimée Smiseth
20b7d7258d Add CHANGELOG.md with unreleased changes 2020-06-21 16:05:05 +02:00
Sara Aimée Smiseth
829ecbab5a Add badges to README. Fixes #5. 2020-06-21 13:43:20 +02:00
Sara Aimée Smiseth
bd4c48a575 update readme. fixes #2 2020-06-21 12:10:24 +02:00
Sara Aimée Smiseth
c9719fdde3
Update docker-publish.yml 2020-06-12 12:58:39 +02:00
Sara Aimée Smiseth
d9535a54bc Update Dockerfile and change base image to debian:buster-slim.
Create docker-publish.yml and automatically build and push to dockerhub.
2020-06-11 14:12:09 +02:00
Sara Aimée Smiseth
145e1308f6 move cloud_notify to correct module install list 2020-06-05 08:08:32 +02:00
Sara Aimée Smiseth
434898e2f1 XEP-0060 pubsub service 2020-06-05 07:53:52 +02:00
Sara Aimée Smiseth
0ec8728539 cloud_notify XEP-0357: Push Notifications 2020-06-05 07:46:25 +02:00
Sara Aimée Smiseth
dbe58793c5 README cert folder structure 2020-06-03 16:23:12 +02:00
Sara Aimée Smiseth
5182038c61 README small additions 2020-06-02 16:28:00 +02:00
Sara Aimée Smiseth
d9aff8aaad Use automatic location for certificates
README: SSL certificates
Port 5223 for legacy ssl c2s
2020-06-02 16:18:53 +02:00
Sara Aimée Smiseth
4ff329cad2 Environment variables for most of prosody.cfg.lua 2020-06-01 08:18:15 +02:00
Sara Aimée Smiseth
b3d3eee131 Environment variables for subdomains 2020-06-01 07:25:31 +02:00
Sara Aimée Smiseth
32fbf2c8db http_upload at upload.domain.tld 2020-05-31 18:21:42 +02:00
Sara Aimée Smiseth
86da996ff3 readme: dns 2020-05-31 17:53:28 +02:00
Sara Aimée Smiseth
9da112dc1f proxy65_address = proxy. .. domain 2020-05-31 17:26:17 +02:00
Sara Aimée Smiseth
45606c0471 readme server_contact_info 2020-05-31 15:22:26 +02:00
Sara Aimée Smiseth
bd3a30cf14 fix unset variable domain 2020-05-31 13:36:41 +02:00
Sara Aimée Smiseth
2f6bda6ad7 add server_contact_info module with 05-server_contact_info.cfg.lua 2020-05-31 13:27:30 +02:00
Sara Aimée Smiseth
167672ac89 remove blocking module in favor of blocklist which is already enabled 2020-05-31 12:57:04 +02:00
Sara Aimée Smiseth
98e37ca13e add vcard_muc module 2020-05-31 12:30:18 +02:00
Sara Aimée Smiseth
41f53ad7be Add Table of Contents + Update based on image text 2020-05-30 17:23:46 +02:00
Sara Aimée Smiseth
956af6a580 add XEP-0411 + add TOC + Test your server 2020-05-30 17:16:48 +02:00
Sara Aimée Smiseth
c1275e4bc5 add commandline flag to not deamonize 2020-05-26 17:27:48 +02:00
Sara Aimée Smiseth
e7b6fabe78 TEST: Add libidn11 2020-05-25 18:51:40 +02:00
Sara Aimée Smiseth
921f31d42a Already in that folder 2020-05-25 18:50:57 +02:00
Sara Aimée Smiseth
d26ed205d6 Update luarocks 3.3.1 2020-05-25 18:30:14 +02:00
Sara Aimée Smiseth
b720a0b699 Update 0.11.5 2020-05-25 17:54:28 +02:00
Sara Aimée Smiseth
2f298b1b59
Update baseimage 2020-02-22 10:41:51 +00:00
Sara Aimée Smiseth
0a1fb7c765
Update 0.11.4 2020-02-22 10:36:33 +00:00