downtownallday
f98d1811c9
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
2024-11-27 10:18:59 -05:00
Downtown Allday
a8d13b84b4
fix: NameError: name 'subprocess' is not defined ( #2425 )
2024-11-27 08:22:45 -05:00
Downtown Allday
3388982cb1
Merge pull request #35 from downtownallday/replace-utcnow
...
Eliminate the use of deprecated utcnow()
2024-10-07 10:14:40 -04:00
downtownallday
196f5588cc
eliminate the use of deprecated utcnow()
2024-10-07 09:51:56 -04:00
Downtown Allday
dd16008fcb
Merge pull request #34 from downtownallday/lxd
...
Switch to LXD from Vagrant
2024-10-04 17:49:17 -04:00
downtownallday
119b11f022
remove upstream Vagrantfile
2024-10-04 17:22:12 -04:00
downtownallday
696b597a9c
use bash as 'source' is needed in provision scripts
2024-10-04 16:27:26 -04:00
downtownallday
ae056e507b
validate argument
2024-10-04 16:26:29 -04:00
downtownallday
b8313cdbf7
Merge branch 'master' into lxd
2024-10-04 15:45:31 -04:00
downtownallday
3b6e6177d0
Remove vagrant references - everything has moved to lxd
2024-10-04 14:51:25 -04:00
downtownallday
706c3e7af9
QA: updates for recent nextcloud change
2024-09-20 15:41:44 -04:00
downtownallday
62b691f44a
QA: updates for recent nextcloud changes
2024-09-20 15:16:21 -04:00
downtownallday
7e4b4ba70c
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
2024-09-20 09:09:56 -04:00
matidau
1699ab8c02
Update zpush.sh to version 2.7.4 ( #2423 )
2024-09-17 14:51:26 -04:00
downtownallday
3e0a621450
allow supplying a command line to execute to ssh
...
remove debugging echo statements
add -q argument to suppress outputting lxc command line
2024-09-10 14:54:47 -04:00
downtownallday
4fedfb377d
during wait for boot, also wait until vm has an ip address
2024-09-10 14:53:12 -04:00
downtownallday
2e0b37a09a
fix syntax error
2024-09-07 10:52:32 -04:00
downtownallday
6d25bc47bf
add a restart command
2024-09-05 12:39:52 -04:00
downtownallday
54a3bd100c
Add provision defaults to lxc init
2024-09-04 08:13:08 -04:00
downtownallday
0fce66dbc7
back out assert_kernel_modules
2024-09-03 11:11:17 -04:00
downtownallday
446aacb9b6
Don't exit on missing kernel module during non-interactive scenario
2024-09-03 11:06:58 -04:00
downtownallday
158c7f8921
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
2024-09-03 10:50:43 -04:00
downtownallday
c027db8bf4
reword comment
2024-09-03 10:49:48 -04:00
Downtown Allday
ca123515aa
fix variable ( #2439 )
2024-09-02 21:30:01 -04:00
downtownallday
a1d6f67135
change from vagrant to lxd as the virtualization system
2024-09-02 17:17:02 -04:00
downtownallday
a79a6c00eb
encryption-at-rest: Ensure required kernel modules are installed
2024-09-02 16:11:13 -04:00
downtownallday
87174e5505
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
2024-08-31 06:17:43 -04:00
matidau
3b8f4a2fe8
Z-Push remove config lines no longer supported ( #2433 )
2024-08-30 14:27:44 -04:00
darren
f453c44d52
Update setup to handle multiple SSH ports ( #2437 )
...
This PR addresses an issue reported in the mailinabox
Slack channel where a system had sshd configured to listen
on two ports.
Co-authored-by: Darren Sanders <darren@dms00.com>
2024-08-30 14:26:05 -04:00
downtownallday
c9243164bf
v70
2024-08-15 21:11:43 -04:00
downtownallday
c85797f576
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
...
# Conflicts:
# setup/webmail.sh
2024-08-15 21:10:20 -04:00
Joshua Tauberer
41870d22b0
v70
2024-08-15 08:53:27 -04:00
matidau
b9c5cd248f
Update Roundcube to 1.6.8 ( #2422 )
2024-08-15 08:49:52 -04:00
downtownallday
f0168e2417
Merge remote-tracking branch 'matidau/roundcube168'
...
# Conflicts:
# setup/webmail.sh
2024-08-13 09:01:41 -04:00
matidau
9064b34b86
Update Roundcube to 1.6.8
2024-08-08 09:41:26 +10:00
downtownallday
d2497f4847
v69b
2024-07-23 07:21:34 -04:00
downtownallday
6c30cfba8b
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
2024-07-23 07:20:16 -04:00
Joshua Tauberer
162e509b8b
v69b
2024-07-23 06:20:34 -04:00
Joshua Tauberer
60a2b58e57
Revert "Fixed SC2091: Remove surrounding $() to avoid executing output." and fix it another way
...
This reverts commit 67bcaea71e
. The sub-shell was required to prevent the updated umask from affecting later steps. It broke the permissions of the fetched assets for the control panel: https://discourse.mailinabox.email/t/admin-panel-broken-after-restore-upgrade/12112/24
Instead, the `$()` is replaced with just `()` to create a subshell without executing its output.
2024-07-23 06:16:24 -04:00
downtownallday
3b9d587099
v69a
2024-07-21 17:31:52 -04:00
downtownallday
446f144821
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
...
# Conflicts:
# README.md
# management/mailconfig.py
# setup/mail-users.sh
2024-07-21 17:29:08 -04:00
Joshua Tauberer
2ae8cd5713
v69a
2024-07-21 08:02:38 -04:00
Teal Dulcet
bc14e80b12
Fix no password prompt. Fixes #2408 ( #2409 )
2024-07-21 08:00:20 -04:00
Viktor Szépe
cd959bc522
Fix typos ( #2406 )
2024-07-21 07:01:25 -04:00
KiekerJan
2803d88894
increase timeout for the nginx proxy that provides access to the Mailinabox management daemon ( #2407 )
2024-07-20 16:44:24 -04:00
Joshua Tauberer
1b3e5e818c
v69
2024-07-20 07:33:07 -04:00
Joshua Tauberer
2f5e736fa0
Clean up Nextcloud email settings for calendar invitations
...
I don't think anything is actually changed here but I think my box was missing some of these settings.
2024-07-20 07:27:46 -04:00
downtownallday
20f9cd0f8c
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
2024-07-10 20:01:50 -04:00
Michael Heuberger
f118a6c0bf
Apply small Nextcloud upgrade to 26.0.13 ( #2401 )
2024-07-08 08:21:12 -04:00
downtownallday
25439e2bf7
QA: update to Actions upload-artifact v4
2024-06-18 13:24:01 -04:00