NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

update.sh

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

update.sh on main
Author Date Commit Line Code
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
1
#!/usr/bin/env bash
Open commit View diff
1 #!/usr/bin/env bash
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
2
Open commit View diff
2
DerLinkman about 4 years ago f7369f0

[Update.sh] Added docker-compose Update prompt + Version check

Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
3
############## Begin Function Section ##############
Open commit View diff
3 ############## Begin Function Section ##############
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
4
Open commit View diff
4
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
5
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Open commit View diff
5 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DerLinkman 11 months ago 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
6
MAILCOW_CONF="${SCRIPT_DIR}/mailcow.conf"
Open commit View diff
6 MAILCOW_CONF="${SCRIPT_DIR}/mailcow.conf"
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
7
Open commit View diff
7
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
8
# Ensure the script is run from the directory that contains mailcow.conf
Open commit View diff
8 # Ensure the script is run from the directory that contains mailcow.conf
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
9
if [ ! -f "${PWD}/mailcow.conf" ]; then
Open commit View diff
9 if [ ! -f "${PWD}/mailcow.conf" ]; then
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
10
  if [ -f "${SCRIPT_DIR}/mailcow.conf" ]; then
Open commit View diff
10 if [ -f "${SCRIPT_DIR}/mailcow.conf" ]; then
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
11
    echo -e "\e[33mPlease run this script directly from the mailcow installation directory:\e[0m"
Open commit View diff
11 echo -e "\e[33mPlease run this script directly from the mailcow installation directory:\e[0m"
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
12
    echo -e "  \e[36mcd ${SCRIPT_DIR} && ./update.sh\e[0m"
Open commit View diff
12 echo -e " \e[36mcd ${SCRIPT_DIR} && ./update.sh\e[0m"
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
13
    exit 1
Open commit View diff
13 exit 1
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
14
  else
Open commit View diff
14 else
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
15
    echo -e "\e[31mmailcow.conf not found in current directory or script directory (\e[36m${SCRIPT_DIR}\e[31m).\e[0m"
Open commit View diff
15 echo -e "\e[31mmailcow.conf not found in current directory or script directory (\e[36m${SCRIPT_DIR}\e[31m).\e[0m"
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
16
    echo -e "\e[33mRun this script directly from your mailcow installation directory.\e[0m"
Open commit View diff
16 echo -e "\e[33mRun this script directly from your mailcow installation directory.\e[0m"
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
17
    exit 1
Open commit View diff
17 exit 1
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
18
  fi
Open commit View diff
18 fi
same change 4db1569

Squashed commit of the following:

Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
19
fi
Open commit View diff
19 fi
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
20
BRANCH="$(cd "${SCRIPT_DIR}" && git rev-parse --abbrev-ref HEAD)"
Open commit View diff
20 BRANCH="$(cd "${SCRIPT_DIR}" && git rev-parse --abbrev-ref HEAD)"
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
21
Open commit View diff
21
FreddleSpl0it 5 months ago 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
22
# Check for --dev flag early to skip _modules update
Open commit View diff
22 # Check for --dev flag early to skip _modules update
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
23
for arg in "$@"; do
Open commit View diff
23 for arg in "$@"; do
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
24
  if [[ "$arg" == "--dev" || "$arg" == "-d" ]]; then
Open commit View diff
24 if [[ "$arg" == "--dev" || "$arg" == "-d" ]]; then
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
25
    echo -e "\e[32mRunning in Developer mode...\e[0m"
Open commit View diff
25 echo -e "\e[32mRunning in Developer mode...\e[0m"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
26
    DEV=y
Open commit View diff
26 DEV=y
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
27
    break
Open commit View diff
27 break
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
28
  fi
Open commit View diff
28 fi
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
29
done
Open commit View diff
29 done
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
30
Open commit View diff
30
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
31
MODULE_DIR="${SCRIPT_DIR}/_modules"
Open commit View diff
31 MODULE_DIR="${SCRIPT_DIR}/_modules"
DerLinkman 8 months ago 930ca76

update: moved _modules initialization and update at the beginning of update script

Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105
Author
DerLinkman <[email protected]>
Date
8 months ago
Selected line
32
Open commit View diff
32
FreddleSpl0it 5 months ago 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
33
if [ ! "$DEV" ]; then
Open commit View diff
33 if [ ! "$DEV" ]; then
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
34
  # Calculate hash before fetch
Open commit View diff
34 # Calculate hash before fetch
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
35
  if [[ -d "${MODULE_DIR}" && -n "$(ls -A "${MODULE_DIR}" 2>/dev/null)" ]]; then
Open commit View diff
35 if [[ -d "${MODULE_DIR}" && -n "$(ls -A "${MODULE_DIR}" 2>/dev/null)" ]]; then
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
36
    MODULES_HASH_BEFORE=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
Open commit View diff
36 MODULES_HASH_BEFORE=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
37
  else
Open commit View diff
37 else
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
38
    MODULES_HASH_BEFORE="EMPTY"
Open commit View diff
38 MODULES_HASH_BEFORE="EMPTY"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
39
  fi
Open commit View diff
39 fi
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
40
Open commit View diff
40
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
41
  echo -e "\e[33mFetching latest _modules from origin/${BRANCH}…\e[0m"
Open commit View diff
41 echo -e "\e[33mFetching latest _modules from origin/${BRANCH}…\e[0m"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
42
  git fetch origin "${BRANCH}"
Open commit View diff
42 git fetch origin "${BRANCH}"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
43
  git checkout "origin/${BRANCH}" -- _modules
Open commit View diff
43 git checkout "origin/${BRANCH}" -- _modules
DerLinkman 8 months ago 930ca76

update: moved _modules initialization and update at the beginning of update script

Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105
Author
DerLinkman <[email protected]>
Date
8 months ago
Selected line
44
Open commit View diff
44
FreddleSpl0it 5 months ago 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
45
  if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
Open commit View diff
45 if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
46
    echo -e "\e[31mError: _modules is still missing or empty after fetch!\e[0m"
Open commit View diff
46 echo -e "\e[31mError: _modules is still missing or empty after fetch!\e[0m"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
47
    exit 2
Open commit View diff
47 exit 2
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
48
  fi
Open commit View diff
48 fi
DerLinkman 8 months ago 930ca76

update: moved _modules initialization and update at the beginning of update script

Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105
Author
DerLinkman <[email protected]>
Date
8 months ago
Selected line
49
Open commit View diff
49
FreddleSpl0it 5 months ago 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
50
  # Calculate hash after fetch
Open commit View diff
50 # Calculate hash after fetch
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
51
  MODULES_HASH_AFTER=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
Open commit View diff
51 MODULES_HASH_AFTER=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
DerLinkman 8 months ago 930ca76

update: moved _modules initialization and update at the beginning of update script

Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105
Author
DerLinkman <[email protected]>
Date
8 months ago
Selected line
52
Open commit View diff
52
FreddleSpl0it 5 months ago 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
53
  # Check if modules changed
Open commit View diff
53 # Check if modules changed
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
54
  if [[ "${MODULES_HASH_BEFORE}" != "${MODULES_HASH_AFTER}" ]]; then
Open commit View diff
54 if [[ "${MODULES_HASH_BEFORE}" != "${MODULES_HASH_AFTER}" ]]; then
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
55
    echo -e "\e[33m_modules have been updated. Please restart the update script.\e[0m"
Open commit View diff
55 echo -e "\e[33m_modules have been updated. Please restart the update script.\e[0m"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
56
    exit 2
Open commit View diff
56 exit 2
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
57
  fi
Open commit View diff
57 fi
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
58
else
Open commit View diff
58 else
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
59
  echo -e "\e[33mDeveloper mode: Skipping _modules update from git\e[0m"
Open commit View diff
59 echo -e "\e[33mDeveloper mode: Skipping _modules update from git\e[0m"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
60
  if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
Open commit View diff
60 if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
61
    echo -e "\e[31mError: _modules directory is missing or empty!\e[0m"
Open commit View diff
61 echo -e "\e[31mError: _modules directory is missing or empty!\e[0m"
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
62
    exit 2
Open commit View diff
62 exit 2
same change 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
63
  fi
Open commit View diff
63 fi
DerLinkman almost 4 years ago 6708059

Moved compose check to top.

Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
64
fi
Open commit View diff
64 fi
same change 6708059

Moved compose check to top.

Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
65
Open commit View diff
65
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
66
source _modules/scripts/core.sh
Open commit View diff
66 source _modules/scripts/core.sh
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
67
source _modules/scripts/ipv6_controller.sh
Open commit View diff
67 source _modules/scripts/ipv6_controller.sh
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
68
source _modules/scripts/new_options.sh
Open commit View diff
68 source _modules/scripts/new_options.sh
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
69
source _modules/scripts/migrate_options.sh
Open commit View diff
69 source _modules/scripts/migrate_options.sh
DerLinkman about 3 years ago 1de4707

Added DQS Values to update.sh/generate + check of variable

Full commit hash
1de47072f8c4885eaa0d9f72e833fd7299cd4da8
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
70
Open commit View diff
70
DerLinkman about 4 years ago f7369f0

[Update.sh] Added docker-compose Update prompt + Version check

Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
71
############## End Function Section ##############
Open commit View diff
71 ############## End Function Section ##############
same change f7369f0

[Update.sh] Added docker-compose Update prompt + Version check

Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
72
Open commit View diff
72
DerLinkman about 4 years ago 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
73
# Check permissions
Open commit View diff
73 # Check permissions
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
74
if [ "$(id -u)" -ne "0" ]; then
Open commit View diff
74 if [ "$(id -u)" -ne "0" ]; then
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
75
  echo "You need to be root"
Open commit View diff
75 echo "You need to be root"
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
76
  exit 1
Open commit View diff
76 exit 1
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
77
fi
Open commit View diff
77 fi
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
78
Open commit View diff
78
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
79
# Run pre-update-hook
Open commit View diff
79 # Run pre-update-hook
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
80
if [ -f "${SCRIPT_DIR}/pre_update_hook.sh" ]; then
Open commit View diff
80 if [ -f "${SCRIPT_DIR}/pre_update_hook.sh" ]; then
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
81
  bash "${SCRIPT_DIR}/pre_update_hook.sh"
Open commit View diff
81 bash "${SCRIPT_DIR}/pre_update_hook.sh"
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
82
fi
Open commit View diff
82 fi
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
83
Open commit View diff
83
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
84
# Exit on error and pipefail
Open commit View diff
84 # Exit on error and pipefail
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
85
set -o pipefail
Open commit View diff
85 set -o pipefail
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
86
Open commit View diff
86
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
87
# Setting high dc timeout
Open commit View diff
87 # Setting high dc timeout
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
88
export COMPOSE_HTTP_TIMEOUT=600
Open commit View diff
88 export COMPOSE_HTTP_TIMEOUT=600
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
89
Open commit View diff
89
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
90
# Add /opt/bin to PATH
Open commit View diff
90 # Add /opt/bin to PATH
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
91
PATH=$PATH:/opt/bin
Open commit View diff
91 PATH=$PATH:/opt/bin
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
92
Open commit View diff
92
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
93
umask 0022
Open commit View diff
93 umask 0022
same change 40cf2c8

Re-aranged the functions position to top

Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
94
Open commit View diff
94
DerLinkman almost 4 years ago 6708059

Moved compose check to top.

Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
95
# Unset COMPOSE_COMMAND and DOCKER_COMPOSE_VERSION Variable to be on the newest state.
Open commit View diff
95 # Unset COMPOSE_COMMAND and DOCKER_COMPOSE_VERSION Variable to be on the newest state.
same change 6708059

Moved compose check to top.

Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
96
unset COMPOSE_COMMAND
Open commit View diff
96 unset COMPOSE_COMMAND
same change 6708059

Moved compose check to top.

Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
97
unset DOCKER_COMPOSE_VERSION
Open commit View diff
97 unset DOCKER_COMPOSE_VERSION
same change 6708059

Moved compose check to top.

Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
98
Open commit View diff
98
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
99
get_installed_tools
Open commit View diff
99 get_installed_tools
DerLinkman about 4 years ago 7aab2c5

Changed which to command -v + seperated compose check from for loop

Full commit hash
7aab2c55ff4f7286b0efd7409a13e9298b73705b
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
100
Open commit View diff
100
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
101
get_docker_version
Open commit View diff
101 get_docker_version
DerLinkman almost 2 years ago 926af87

scripts: adding docker version check to align to docs (24.X)

Full commit hash
926af87cfb19cb3fdad8da992dccc2d506400079
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
102
Open commit View diff
102
DerLinkman about 4 years ago f7369f0

[Update.sh] Added docker-compose Update prompt + Version check

Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
103
export LC_ALL=C
Open commit View diff
103 export LC_ALL=C
same change f7369f0

[Update.sh] Added docker-compose Update prompt + Version check

Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
104
DATE=$(date +%Y-%m-%d_%H_%M_%S)
Open commit View diff
104 DATE=$(date +%Y-%m-%d_%H_%M_%S)
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
105
BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
Open commit View diff
105 BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
DerLinkman about 4 years ago f7369f0

[Update.sh] Added docker-compose Update prompt + Version check

Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
106
Open commit View diff
106
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
107
while (($#)); do
Open commit View diff
107 while (($#)); do
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
108
  case "${1}" in
Open commit View diff
108 case "${1}" in
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
109
    --check|-c)
Open commit View diff
109 --check|-c)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
110
      echo "Checking remote code for updates..."
Open commit View diff
110 echo "Checking remote code for updates..."
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
111
      LATEST_REV=$(git ls-remote --exit-code --refs --quiet https://github.com/mailcow/mailcow-dockerized "${BRANCH}" | cut -f1)
Open commit View diff
111 LATEST_REV=$(git ls-remote --exit-code --refs --quiet https://github.com/mailcow/mailcow-dockerized "${BRANCH}" | cut -f1)
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
112
      if [ "$?" -ne 0 ]; then
Open commit View diff
112 if [ "$?" -ne 0 ]; then
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
113
        echo "A problem occurred while trying to fetch the latest revision from github."
Open commit View diff
113 echo "A problem occurred while trying to fetch the latest revision from github."
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
114
        exit 99
Open commit View diff
114 exit 99
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
115
      fi
Open commit View diff
115 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
116
      if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then
Open commit View diff
116 if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
117
        echo -e "Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master"
Open commit View diff
117 echo -e "Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master"
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
118
        git log --date=short --pretty=format:"%ad - %s" "$(git rev-parse --short HEAD)"..origin/master
Open commit View diff
118 git log --date=short --pretty=format:"%ad - %s" "$(git rev-parse --short HEAD)"..origin/master
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
119
        exit 0
Open commit View diff
119 exit 0
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
120
      else
Open commit View diff
120 else
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
121
        echo "No updates available."
Open commit View diff
121 echo "No updates available."
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
122
        exit 3
Open commit View diff
122 exit 3
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
123
      fi
Open commit View diff
123 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
124
    ;;
Open commit View diff
124 ;;
Finn Hoffhenke almost 2 years ago 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
125
    --check-tags)
Open commit View diff
125 --check-tags)
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
126
      echo "Checking remote tags for updates..."
Open commit View diff
126 echo "Checking remote tags for updates..."
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
127
      LATEST_TAG_REV=$(git ls-remote --exit-code --quiet --tags origin | tail -1 | cut -f1)
Open commit View diff
127 LATEST_TAG_REV=$(git ls-remote --exit-code --quiet --tags origin | tail -1 | cut -f1)
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
128
      if [ "$?" -ne 0 ]; then
Open commit View diff
128 if [ "$?" -ne 0 ]; then
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
129
        echo "A problem occurred while trying to fetch the latest tag from github."
Open commit View diff
129 echo "A problem occurred while trying to fetch the latest tag from github."
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
130
        exit 99
Open commit View diff
130 exit 99
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
131
      fi
Open commit View diff
131 fi
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
132
      if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_TAG_REV}") ]]; then
Open commit View diff
132 if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_TAG_REV}") ]]; then
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
133
        echo -e "New tag is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/releases/latest"
Open commit View diff
133 echo -e "New tag is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/releases/latest"
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
134
        exit 0
Open commit View diff
134 exit 0
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
135
      else
Open commit View diff
135 else
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
136
        echo "No updates available."
Open commit View diff
136 echo "No updates available."
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
137
        exit 3
Open commit View diff
137 exit 3
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
138
      fi
Open commit View diff
138 fi
same change 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
139
    ;;
Open commit View diff
139 ;;
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
140
    --ours)
Open commit View diff
140 --ours)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
141
      MERGE_STRATEGY=ours
Open commit View diff
141 MERGE_STRATEGY=ours
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
142
    ;;
Open commit View diff
142 ;;
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
143
    --skip-start)
Open commit View diff
143 --skip-start)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
144
      SKIP_START=y
Open commit View diff
144 SKIP_START=y
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
145
    ;;
Open commit View diff
145 ;;
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
146
    --skip-ping-check)
Open commit View diff
146 --skip-ping-check)
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
147
      SKIP_PING_CHECK=y
Open commit View diff
147 SKIP_PING_CHECK=y
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
148
    ;;
Open commit View diff
148 ;;
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
149
    --stable)
Open commit View diff
149 --stable)
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
150
      CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
Open commit View diff
150 CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
151
      NEW_BRANCH="master"
Open commit View diff
151 NEW_BRANCH="master"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
152
    ;;
Open commit View diff
152 ;;
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
153
    --gc)
Open commit View diff
153 --gc)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
154
      echo -e "\e[32mCollecting garbage...\e[0m"
Open commit View diff
154 echo -e "\e[32mCollecting garbage...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
155
      docker_garbage
Open commit View diff
155 docker_garbage
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
156
      exit 0
Open commit View diff
156 exit 0
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
157
    ;;
Open commit View diff
157 ;;
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
158
    --nightly)
Open commit View diff
158 --nightly)
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
159
      CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
Open commit View diff
159 CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
160
      NEW_BRANCH="nightly"
Open commit View diff
160 NEW_BRANCH="nightly"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
161
    ;;
Open commit View diff
161 ;;
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
162
    --prefetch)
Open commit View diff
162 --prefetch)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
163
      echo -e "\e[32mPrefetching images...\e[0m"
Open commit View diff
163 echo -e "\e[32mPrefetching images...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
164
      prefetch_images
Open commit View diff
164 prefetch_images
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
165
      exit 0
Open commit View diff
165 exit 0
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
166
    ;;
Open commit View diff
166 ;;
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
167
    -f|--force)
Open commit View diff
167 -f|--force)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
168
      echo -e "\e[32mRunning in forced mode...\e[0m"
Open commit View diff
168 echo -e "\e[32mRunning in forced mode...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
169
      FORCE=y
Open commit View diff
169 FORCE=y
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
170
    ;;
Open commit View diff
170 ;;
DerLinkman over 3 years ago f6d135f

[Update.sh] Fix docker compose detection + added failover

Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
171
    -d|--dev)
Open commit View diff
171 -d|--dev)
FreddleSpl0it 5 months ago 82ea418

Extend --dev flag to skip _modules update

Full commit hash
82ea41842389a926be2943d7bc413459c075d916
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
172
      # Already handled at the top of the script before _modules update
Open commit View diff
172 # Already handled at the top of the script before _modules update
DerLinkman over 3 years ago f6d135f

[Update.sh] Fix docker compose detection + added failover

Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
173
    ;;
Open commit View diff
173 ;;
FreddleSpl0it over 1 year ago b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
174
    --legacy)
Open commit View diff
174 --legacy)
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
175
      CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
Open commit View diff
175 CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
176
      NEW_BRANCH="legacy"
Open commit View diff
176 NEW_BRANCH="legacy"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
177
    ;;
Open commit View diff
177 ;;
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
178
    --help|-h)
Open commit View diff
178 --help|-h)
FreddleSpl0it over 1 year ago b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
179
    echo './update.sh [-c|--check, --check-tags, --ours, --gc, --nightly, --prefetch, --skip-start, --skip-ping-check, --stable, --legacy, -f|--force, -d|--dev, -h|--help]
Open commit View diff
179 echo './update.sh [-c|--check, --check-tags, --ours, --gc, --nightly, --prefetch, --skip-start, --skip-ping-check, --stable, --legacy, -f|--force, -d|--dev, -h|--help]
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
180
Open commit View diff
180
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
181
  -c|--check           -   Check for updates and exit (exit codes => 0: update available, 3: no updates)
Open commit View diff
181 -c|--check - Check for updates and exit (exit codes => 0: update available, 3: no updates)
Finn Hoffhenke almost 2 years ago 710cec9

feat: Added check for newer version tags on remote (#6054)

Full commit hash
710cec996cc60219dcb152b2459e1beffe722130
Author
Finn Hoffhenke <[email protected]>
Date
almost 2 years ago
Selected line
182
  --check-tags         -   Check for newer tags and exit (exit codes => 0: newer tag available, 3: no newer tag)
Open commit View diff
182 --check-tags - Check for newer tags and exit (exit codes => 0: newer tag available, 3: no newer tag)
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
183
  --ours               -   Use merge strategy option "ours" to solve conflicts in favor of non-mailcow code (local changes over remote changes), not recommended!
Open commit View diff
183 --ours - Use merge strategy option "ours" to solve conflicts in favor of non-mailcow code (local changes over remote changes), not recommended!
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
184
  --gc                 -   Run garbage collector to delete old image tags
Open commit View diff
184 --gc - Run garbage collector to delete old image tags
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
185
  --nightly            -   Switch your mailcow updates to the unstable (nightly) branch. FOR TESTING PURPOSES ONLY!!!!
Open commit View diff
185 --nightly - Switch your mailcow updates to the unstable (nightly) branch. FOR TESTING PURPOSES ONLY!!!!
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
186
  --prefetch           -   Only prefetch new images and exit (useful to prepare updates)
Open commit View diff
186 --prefetch - Only prefetch new images and exit (useful to prepare updates)
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
187
  --skip-start         -   Do not start mailcow after update
Open commit View diff
187 --skip-start - Do not start mailcow after update
Hassan A Hashim almost 2 years ago bb7fd48

Fix: Escape a `'` character in `update.sh` (#6034)

Full commit hash
bb7fd483f7762a5df55acdd4463b70e0409849fb
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
188
  --skip-ping-check    -   Skip ICMP Check to public DNS resolvers (Use it only if you'\''ve blocked any ICMP Connections to your mailcow machine)
Open commit View diff
188 --skip-ping-check - Skip ICMP Check to public DNS resolvers (Use it only if you'\''ve blocked any ICMP Connections to your mailcow machine)
FreddleSpl0it over 1 year ago b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
189
  --stable             -   Switch your mailcow updates to the stable (master) branch. Default unless you changed it with --nightly or --legacy.
Open commit View diff
189 --stable - Switch your mailcow updates to the stable (master) branch. Default unless you changed it with --nightly or --legacy.
Marvin A. Ruder over 1 year ago 05fc4f7

fix(ui): Swap translations for oversized dropdown

Full commit hash
05fc4f7aba5bfb9e2db596d11d6beab00ae70320
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
190
  --legacy             -   Switch your mailcow updates to the legacy branch. The legacy branch will only receive security updates until February 2026.
Open commit View diff
190 --legacy - Switch your mailcow updates to the legacy branch. The legacy branch will only receive security updates until February 2026.
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
191
  -f|--force           -   Force update, do not ask questions
Open commit View diff
191 -f|--force - Force update, do not ask questions
DerLinkman over 3 years ago f6d135f

[Update.sh] Fix docker compose detection + added failover

Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
192
  -d|--dev             -   Enables Developer Mode (No Checkout of update.sh for tests)
Open commit View diff
192 -d|--dev - Enables Developer Mode (No Checkout of update.sh for tests)
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
193
'
Open commit View diff
193 '
Hassan A Hashim almost 2 years ago 2fe21e9

Refactor: `update.sh` script with `--help` should exit with status code 0

Full commit hash
2fe21e964126e0f4a251ad72443f21ef622c6edb
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
194
    exit 0
Open commit View diff
194 exit 0
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
195
  esac
Open commit View diff
195 esac
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
196
  shift
Open commit View diff
196 shift
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
197
done
Open commit View diff
197 done
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
198
Open commit View diff
198
Hassan A Hashim almost 2 years ago cc0dc2e

Add color-coded error message for missing `mailcow.conf`

Full commit hash
cc0dc2eae090fec01320d619b0008e82bebca315
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
199
[[ ! -f mailcow.conf ]] && { echo -e "\e[31mmailcow.conf is missing! Is mailcow installed?\e[0m"; exit 1;}
Open commit View diff
199 [[ ! -f mailcow.conf ]] && { echo -e "\e[31mmailcow.conf is missing! Is mailcow installed?\e[0m"; exit 1;}
Hassan A Hashim almost 2 years ago b033937

Check `mailcow.conf` exists before source it

Full commit hash
b0339372b5482781fffff6c39a286c01e5a2c65d
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
200
Open commit View diff
200
DerLinkman almost 4 years ago bc91417

Re-arranged position of source mailcow.conf

Full commit hash
bc9141753fab8fb4b591461d92703c345ebbef0c
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
201
chmod 600 mailcow.conf
Open commit View diff
201 chmod 600 mailcow.conf
same change bc91417

Re-arranged position of source mailcow.conf

Full commit hash
bc9141753fab8fb4b591461d92703c345ebbef0c
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
202
source mailcow.conf
Open commit View diff
202 source mailcow.conf
same change bc91417

Re-arranged position of source mailcow.conf

Full commit hash
bc9141753fab8fb4b591461d92703c345ebbef0c
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
203
Open commit View diff
203
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
204
get_compose_type
Open commit View diff
204 get_compose_type
Niklas Meyer over 1 year ago 4d688c5

2024-11a (#6160)

Full commit hash
4d688c55007216e50434060398ee91b2755e25d6
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
205
Open commit View diff
205
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
206
DOTS=${MAILCOW_HOSTNAME//[^.]};
Open commit View diff
206 DOTS=${MAILCOW_HOSTNAME//[^.]};
AlexHuebi almost 3 years ago 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
207
if [ ${#DOTS} -lt 1 ]; then
Open commit View diff
207 if [ ${#DOTS} -lt 1 ]; then
DerLinkman almost 3 years ago e67ba60

Added Colors, cause there fancy :) + Added in generate_config.sh

Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
208
  echo -e "\e[31mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is not a FQDN!\e[0m"
Open commit View diff
208 echo -e "\e[31mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is not a FQDN!\e[0m"
same change e67ba60

Added Colors, cause there fancy :) + Added in generate_config.sh

Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
209
  sleep 1
Open commit View diff
209 sleep 1
same change e67ba60

Added Colors, cause there fancy :) + Added in generate_config.sh

Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
210
  echo "Please change it to a FQDN and redeploy the stack with $COMPOSE_COMMAND up -d"
Open commit View diff
210 echo "Please change it to a FQDN and redeploy the stack with $COMPOSE_COMMAND up -d"
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
211
  exit 1
Open commit View diff
211 exit 1
AlexHuebi almost 3 years ago 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
212
elif [[ "${MAILCOW_HOSTNAME: -1}" == "." ]]; then
Open commit View diff
212 elif [[ "${MAILCOW_HOSTNAME: -1}" == "." ]]; then
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
213
  echo "MAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is ending with a dot. This is not a valid FQDN!"
Open commit View diff
213 echo "MAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is ending with a dot. This is not a valid FQDN!"
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
214
  exit 1
Open commit View diff
214 exit 1
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
215
elif [ ${#DOTS} -eq 1 ]; then
Open commit View diff
215 elif [ ${#DOTS} -eq 1 ]; then
DerLinkman almost 3 years ago e67ba60

Added Colors, cause there fancy :) + Added in generate_config.sh

Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
216
  echo -e "\e[33mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) does not contain a Subdomain. This is not fully tested and may cause issues.\e[0m"
Open commit View diff
216 echo -e "\e[33mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) does not contain a Subdomain. This is not fully tested and may cause issues.\e[0m"
AlexHuebi almost 3 years ago 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
217
  echo "Find more information about why this message exists here: https://github.com/mailcow/mailcow-dockerized/issues/1572"
Open commit View diff
217 echo "Find more information about why this message exists here: https://github.com/mailcow/mailcow-dockerized/issues/1572"
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
218
  read -r -p "Do you want to proceed anyway? [y/N] " response
Open commit View diff
218 read -r -p "Do you want to proceed anyway? [y/N] " response
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
219
  if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
219 if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Hassan A Hashim almost 2 years ago e994cf4

Fix typo in `update.sh`: Proceeding

Full commit hash
e994cf4d0575aec5690663c2713f974f415db862
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
220
    echo "OK. Proceeding."
Open commit View diff
220 echo "OK. Proceeding."
AlexHuebi almost 3 years ago 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
221
  else
Open commit View diff
221 else
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
222
    echo "OK. Exiting."
Open commit View diff
222 echo "OK. Exiting."
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
223
    exit 1
Open commit View diff
223 exit 1
same change 718dcb6

improved "FQDN" check

Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
224
  fi
Open commit View diff
224 fi
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
225
fi
Open commit View diff
225 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
226
Open commit View diff
226
DerLinkman about 3 years ago 1de4707

Added DQS Values to update.sh/generate + check of variable

Full commit hash
1de47072f8c4885eaa0d9f72e833fd7299cd4da8
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
227
detect_bad_asn
Open commit View diff
227 detect_bad_asn
same change 1de4707

Added DQS Values to update.sh/generate + check of variable

Full commit hash
1de47072f8c4885eaa0d9f72e833fd7299cd4da8
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
228
Open commit View diff
228
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
229
if [[ ("${SKIP_PING_CHECK}" == "y") ]]; then
Open commit View diff
229 if [[ ("${SKIP_PING_CHECK}" == "y") ]]; then
Niklas Meyer about 4 years ago 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
230
echo -e "\e[32mSkipping Ping Check...\e[0m"
Open commit View diff
230 echo -e "\e[32mSkipping Ping Check...\e[0m"
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
231
Open commit View diff
231
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
232
else
Open commit View diff
232 else
Niklas Meyer about 4 years ago 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
233
   echo -en "Checking internet connection... "
Open commit View diff
233 echo -en "Checking internet connection... "
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
234
   if ! check_online_status; then
Open commit View diff
234 if ! check_online_status; then
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
235
      echo -e "\e[31mfailed\e[0m"
Open commit View diff
235 echo -e "\e[31mfailed\e[0m"
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
236
      exit 1
Open commit View diff
236 exit 1
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
237
   else
Open commit View diff
237 else
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
238
      echo -e "\e[32mOK\e[0m"
Open commit View diff
238 echo -e "\e[32mOK\e[0m"
same change 42c82be

Added skip-ping-check Variable to skip DNS ICMP if deactivated.

Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
239
   fi
Open commit View diff
239 fi
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
240
fi
Open commit View diff
240 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
241
Open commit View diff
241
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
242
if ! [ "$NEW_BRANCH" ]; then
Open commit View diff
242 if ! [ "$NEW_BRANCH" ]; then
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
243
  echo -e "\e[33mDetecting which build your mailcow runs on...\e[0m"
Open commit View diff
243 echo -e "\e[33mDetecting which build your mailcow runs on...\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
244
  sleep 1
Open commit View diff
244 sleep 1
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
245
  if [ "${BRANCH}" == "master" ]; then
Open commit View diff
245 if [ "${BRANCH}" == "master" ]; then
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
246
    echo -e "\e[32mYou are receiving stable updates (master).\e[0m"
Open commit View diff
246 echo -e "\e[32mYou are receiving stable updates (master).\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
247
    echo -e "\e[33mTo change that run the update.sh Script one time with the --nightly parameter to switch to nightly builds.\e[0m"
Open commit View diff
247 echo -e "\e[33mTo change that run the update.sh Script one time with the --nightly parameter to switch to nightly builds.\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
248
Open commit View diff
248
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
249
  elif [ "${BRANCH}" == "nightly" ]; then
Open commit View diff
249 elif [ "${BRANCH}" == "nightly" ]; then
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
250
    echo -e "\e[31mYou are receiving unstable updates (nightly). These are for testing purposes only!!!\e[0m"
Open commit View diff
250 echo -e "\e[31mYou are receiving unstable updates (nightly). These are for testing purposes only!!!\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
251
    sleep 1
Open commit View diff
251 sleep 1
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
252
    echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
Open commit View diff
252 echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
253
Open commit View diff
253
FreddleSpl0it over 1 year ago 684256b

update.sh: Fix legacy typo

Full commit hash
684256b66ea073b6efc22edeb754fee87d55e7a8
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
254
  elif [ "${BRANCH}" == "legacy" ]; then
Open commit View diff
254 elif [ "${BRANCH}" == "legacy" ]; then
Marvin A. Ruder over 1 year ago 05fc4f7

fix(ui): Swap translations for oversized dropdown

Full commit hash
05fc4f7aba5bfb9e2db596d11d6beab00ae70320
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
255
    echo -e "\e[31mYou are receiving legacy updates. The legacy branch will only receive security updates until February 2026.\e[0m"
Open commit View diff
255 echo -e "\e[31mYou are receiving legacy updates. The legacy branch will only receive security updates until February 2026.\e[0m"
FreddleSpl0it over 1 year ago b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
256
    sleep 1
Open commit View diff
256 sleep 1
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
257
    echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
Open commit View diff
257 echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
258
Open commit View diff
258
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
259
  else
Open commit View diff
259 else
Hassan A Hashim almost 2 years ago b3e0a66

Fix typo: receiving updates from `an` unsupported branch

Full commit hash
b3e0a6622297bc1c7d25d5d70ab84c7eab0943c7
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
260
    echo -e "\e[33mYou are receiving updates from an unsupported branch.\e[0m"
Open commit View diff
260 echo -e "\e[33mYou are receiving updates from an unsupported branch.\e[0m"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
261
    sleep 1
Open commit View diff
261 sleep 1
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
262
    echo -e "\e[33mThe mailcow stack might still work but it is recommended to switch to the master branch (stable builds).\e[0m"
Open commit View diff
262 echo -e "\e[33mThe mailcow stack might still work but it is recommended to switch to the master branch (stable builds).\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
263
    echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
Open commit View diff
263 echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
264
  fi
Open commit View diff
264 fi
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
265
elif [ "$FORCE" ]; then
Open commit View diff
265 elif [ "$FORCE" ]; then
DerLinkman almost 4 years ago 9db9818

Moved Force Mode check in prio

Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
266
  echo -e "\e[31mYou are running in forced mode!\e[0m"
Open commit View diff
266 echo -e "\e[31mYou are running in forced mode!\e[0m"
same change 9db9818

Moved Force Mode check in prio

Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
267
  echo -e "\e[31mA Branch Switch can only be performed manually (monitored).\e[0m"
Open commit View diff
267 echo -e "\e[31mA Branch Switch can only be performed manually (monitored).\e[0m"
same change 9db9818

Moved Force Mode check in prio

Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
268
  echo -e "\e[31mPlease rerun the update.sh Script without the --force/-f parameter.\e[0m"
Open commit View diff
268 echo -e "\e[31mPlease rerun the update.sh Script without the --force/-f parameter.\e[0m"
same change 9db9818

Moved Force Mode check in prio

Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
269
  sleep 1
Open commit View diff
269 sleep 1
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
270
elif [ "$NEW_BRANCH" == "master" ] && [ "$CURRENT_BRANCH" != "master" ]; then
Open commit View diff
270 elif [ "$NEW_BRANCH" == "master" ] && [ "$CURRENT_BRANCH" != "master" ]; then
Hassan A Hashim almost 2 years ago 292306b

Fix typos and English grammar in `update.sh`

Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
271
  echo -e "\e[33mYou are about to switch your mailcow updates to the stable (master) branch.\e[0m"
Open commit View diff
271 echo -e "\e[33mYou are about to switch your mailcow updates to the stable (master) branch.\e[0m"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
272
  sleep 1
Open commit View diff
272 sleep 1
Hassan A Hashim almost 2 years ago 292306b

Fix typos and English grammar in `update.sh`

Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
273
  echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no data is lost...\e[0m"
Open commit View diff
273 echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no data is lost...\e[0m"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
274
  sleep 1
Open commit View diff
274 sleep 1
Hassan A Hashim almost 2 years ago 292306b

Fix typos and English grammar in `update.sh`

Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
275
  echo -e "\e[31mWARNING: Please see on GitHub or ask in the community if a switch to master is stable or not.
Open commit View diff
275 echo -e "\e[31mWARNING: Please see on GitHub or ask in the community if a switch to master is stable or not.
same change 292306b

Fix typos and English grammar in `update.sh`

Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
276
  In some rear cases an update back to master can destroy your mailcow configuration such as database upgrade, etc.
Open commit View diff
276 In some rear cases an update back to master can destroy your mailcow configuration such as database upgrade, etc.
same change 292306b

Fix typos and English grammar in `update.sh`

Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
277
  Normally an upgrade back to master should be safe during each full release.
Open commit View diff
277 Normally an upgrade back to master should be safe during each full release.
same change 292306b

Fix typos and English grammar in `update.sh`

Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
278
  Check GitHub for Database changes and update only if there similar to the full release!\e[0m"
Open commit View diff
278 Check GitHub for Database changes and update only if there similar to the full release!\e[0m"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
279
  read -r -p "Are you sure you that want to continue upgrading to the stable (master) branch? [y/N] " response
Open commit View diff
279 read -r -p "Are you sure you that want to continue upgrading to the stable (master) branch? [y/N] " response
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
280
  if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
280 if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
281
    echo "OK. If you prepared yourself for that please run the update.sh Script with the --stable parameter again to trigger this process here."
Open commit View diff
281 echo "OK. If you prepared yourself for that please run the update.sh Script with the --stable parameter again to trigger this process here."
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
282
    exit 0
Open commit View diff
282 exit 0
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
283
  fi
Open commit View diff
283 fi
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
284
  BRANCH="$NEW_BRANCH"
Open commit View diff
284 BRANCH="$NEW_BRANCH"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
285
  DIFF_DIRECTORY=update_diffs
Open commit View diff
285 DIFF_DIRECTORY=update_diffs
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
286
  DIFF_FILE="${DIFF_DIRECTORY}/diff_before_upgrade_to_master_$(date +"%Y-%m-%d-%H-%M-%S")"
Open commit View diff
286 DIFF_FILE="${DIFF_DIRECTORY}/diff_before_upgrade_to_master_$(date +"%Y-%m-%d-%H-%M-%S")"
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
287
  mv diff_before_upgrade* "${DIFF_DIRECTORY}/" 2> /dev/null
Open commit View diff
287 mv diff_before_upgrade* "${DIFF_DIRECTORY}/" 2> /dev/null
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
288
  if ! git diff-index --quiet HEAD; then
Open commit View diff
288 if ! git diff-index --quiet HEAD; then
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
289
    echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
Open commit View diff
289 echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
290
    mkdir -p "${DIFF_DIRECTORY}"
Open commit View diff
290 mkdir -p "${DIFF_DIRECTORY}"
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
291
    git diff "${BRANCH}" --stat > "${DIFF_FILE}"
Open commit View diff
291 git diff "${BRANCH}" --stat > "${DIFF_FILE}"
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
292
    git diff "${BRANCH}" >> "${DIFF_FILE}"
Open commit View diff
292 git diff "${BRANCH}" >> "${DIFF_FILE}"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
293
  fi
Open commit View diff
293 fi
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
294
  echo -e "\e[32mSwitching Branch to ${BRANCH}...\e[0m"
Open commit View diff
294 echo -e "\e[32mSwitching Branch to ${BRANCH}...\e[0m"
DerLinkman almost 4 years ago ef311f2

Corrected Twig Footer

Full commit hash
ef311f22bf5b188837909427438ee29423c2ac56
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
295
  git fetch origin
Open commit View diff
295 git fetch origin
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
296
  git checkout -f "${BRANCH}"
Open commit View diff
296 git checkout -f "${BRANCH}"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
297
Open commit View diff
297
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
298
elif [ "$NEW_BRANCH" == "nightly" ] && [ "$CURRENT_BRANCH" != "nightly" ]; then
Open commit View diff
298 elif [ "$NEW_BRANCH" == "nightly" ] && [ "$CURRENT_BRANCH" != "nightly" ]; then
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
299
  echo -e "\e[33mYou are about to switch your mailcow Updates to the unstable (nightly) branch.\e[0m"
Open commit View diff
299 echo -e "\e[33mYou are about to switch your mailcow Updates to the unstable (nightly) branch.\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
300
  sleep 1
Open commit View diff
300 sleep 1
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
301
  echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
Open commit View diff
301 echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
302
  sleep 1
Open commit View diff
302 sleep 1
DerLinkman almost 4 years ago 9db9818

Moved Force Mode check in prio

Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
303
  echo -e "\e[31mWARNING: A switch to nightly is possible any time. But a switch back (to master) isn't.\e[0m"
Open commit View diff
303 echo -e "\e[31mWARNING: A switch to nightly is possible any time. But a switch back (to master) isn't.\e[0m"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
304
  read -r -p "Are you sure you that want to continue upgrading to the unstable (nightly) branch? [y/N] " response
Open commit View diff
304 read -r -p "Are you sure you that want to continue upgrading to the unstable (nightly) branch? [y/N] " response
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
305
  if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
305 if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
306
    echo "OK. If you prepared yourself for that please run the update.sh Script with the --nightly parameter again to trigger this process here."
Open commit View diff
306 echo "OK. If you prepared yourself for that please run the update.sh Script with the --nightly parameter again to trigger this process here."
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
307
    exit 0
Open commit View diff
307 exit 0
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
308
  fi
Open commit View diff
308 fi
DerLinkman almost 4 years ago 825c8a6

Changed Git Checkout form

Full commit hash
825c8a6abee977529b3b29dd3e167d5d42b3fb47
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
309
  BRANCH=$NEW_BRANCH
Open commit View diff
309 BRANCH=$NEW_BRANCH
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
310
  DIFF_DIRECTORY=update_diffs
Open commit View diff
310 DIFF_DIRECTORY=update_diffs
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
311
  DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_nightly_$(date +"%Y-%m-%d-%H-%M-%S")
Open commit View diff
311 DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_nightly_$(date +"%Y-%m-%d-%H-%M-%S")
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
312
  mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
Open commit View diff
312 mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
313
  if ! git diff-index --quiet HEAD; then
Open commit View diff
313 if ! git diff-index --quiet HEAD; then
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
314
    echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
Open commit View diff
314 echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
315
    mkdir -p ${DIFF_DIRECTORY}
Open commit View diff
315 mkdir -p ${DIFF_DIRECTORY}
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
316
    git diff "${BRANCH}" --stat > "${DIFF_FILE}"
Open commit View diff
316 git diff "${BRANCH}" --stat > "${DIFF_FILE}"
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
317
    git diff "${BRANCH}" >> "${DIFF_FILE}"
Open commit View diff
317 git diff "${BRANCH}" >> "${DIFF_FILE}"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
318
  fi
Open commit View diff
318 fi
DerLinkman almost 4 years ago ef311f2

Corrected Twig Footer

Full commit hash
ef311f22bf5b188837909427438ee29423c2ac56
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
319
  git fetch origin
Open commit View diff
319 git fetch origin
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
320
  git checkout -f "${BRANCH}"
Open commit View diff
320 git checkout -f "${BRANCH}"
FreddleSpl0it over 1 year ago b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
321
elif [ "$NEW_BRANCH" == "legacy" ] && [ "$CURRENT_BRANCH" != "legacy" ]; then
Open commit View diff
321 elif [ "$NEW_BRANCH" == "legacy" ] && [ "$CURRENT_BRANCH" != "legacy" ]; then
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
322
  echo -e "\e[33mYou are about to switch your mailcow Updates to the legacy branch.\e[0m"
Open commit View diff
322 echo -e "\e[33mYou are about to switch your mailcow Updates to the legacy branch.\e[0m"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
323
  sleep 1
Open commit View diff
323 sleep 1
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
324
  echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
Open commit View diff
324 echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
325
  sleep 1
Open commit View diff
325 sleep 1
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
326
  echo -e "\e[31mWARNING: A switch to stable or nightly is possible any time.\e[0m"
Open commit View diff
326 echo -e "\e[31mWARNING: A switch to stable or nightly is possible any time.\e[0m"
FreddleSpl0it over 1 year ago 70ba361

update.sh: Fix text in legacy update prompt

Full commit hash
70ba3615837f4039941f51ad4b150255c480f5ad
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
327
  read -r -p "Are you sure you want to continue upgrading to the legacy branch? [y/N] " response
Open commit View diff
327 read -r -p "Are you sure you want to continue upgrading to the legacy branch? [y/N] " response
FreddleSpl0it over 1 year ago b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
328
  if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
328 if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
329
    echo "OK. If you prepared yourself for that please run the update.sh Script with the --legacy parameter again to trigger this process here."
Open commit View diff
329 echo "OK. If you prepared yourself for that please run the update.sh Script with the --legacy parameter again to trigger this process here."
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
330
    exit 0
Open commit View diff
330 exit 0
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
331
  fi
Open commit View diff
331 fi
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
332
  BRANCH=$NEW_BRANCH
Open commit View diff
332 BRANCH=$NEW_BRANCH
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
333
  DIFF_DIRECTORY=update_diffs
Open commit View diff
333 DIFF_DIRECTORY=update_diffs
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
334
  DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_legacy_$(date +"%Y-%m-%d-%H-%M-%S")
Open commit View diff
334 DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_legacy_$(date +"%Y-%m-%d-%H-%M-%S")
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
335
  mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
Open commit View diff
335 mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
336
  if ! git diff-index --quiet HEAD; then
Open commit View diff
336 if ! git diff-index --quiet HEAD; then
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
337
    echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
Open commit View diff
337 echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
338
    mkdir -p ${DIFF_DIRECTORY}
Open commit View diff
338 mkdir -p ${DIFF_DIRECTORY}
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
339
    git diff "${BRANCH}" --stat > "${DIFF_FILE}"
Open commit View diff
339 git diff "${BRANCH}" --stat > "${DIFF_FILE}"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
340
    git diff "${BRANCH}" >> "${DIFF_FILE}"
Open commit View diff
340 git diff "${BRANCH}" >> "${DIFF_FILE}"
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
341
  fi
Open commit View diff
341 fi
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
342
  git fetch origin
Open commit View diff
342 git fetch origin
same change b77ff2f

Add switch to legacy version

Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
343
  git checkout -f "${BRANCH}"
Open commit View diff
343 git checkout -f "${BRANCH}"
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
344
fi
Open commit View diff
344 fi
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
345
Open commit View diff
345
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
346
if [ ! "$DEV" ]; then
Open commit View diff
346 if [ ! "$DEV" ]; then
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
347
  EXIT_COUNT=0
Open commit View diff
347 EXIT_COUNT=0
DerLinkman over 3 years ago f6d135f

[Update.sh] Fix docker compose detection + added failover

Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
348
  echo -e "\e[32mChecking for newer update script...\e[0m"
Open commit View diff
348 echo -e "\e[32mChecking for newer update script...\e[0m"
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
349
  SHA1_1="$(sha1sum update.sh)"
Open commit View diff
349 SHA1_1="$(sha1sum update.sh)"
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
350
  git fetch origin
Open commit View diff
350 git fetch origin
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
351
  git checkout "origin/${BRANCH}" -- update.sh
Open commit View diff
351 git checkout "origin/${BRANCH}" -- update.sh
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
352
  SHA1_2="$(sha1sum update.sh)"
Open commit View diff
352 SHA1_2="$(sha1sum update.sh)"
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
353
  if [[ "${SHA1_1}" != "${SHA1_2}" ]]; then
Open commit View diff
353 if [[ "${SHA1_1}" != "${SHA1_2}" ]]; then
DerLinkman over 3 years ago f6d135f

[Update.sh] Fix docker compose detection + added failover

Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
354
    chmod +x update.sh
Open commit View diff
354 chmod +x update.sh
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
355
    EXIT_COUNT+=1
Open commit View diff
355 EXIT_COUNT+=1
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
356
  fi
Open commit View diff
356 fi
DerLinkman almost 4 years ago 57cd5ec

Readded update.sh new Version check :P

Full commit hash
57cd5ec818b5872e91327990f92e9f69a96a2e19
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
357
fi
Open commit View diff
357 fi
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
358
Open commit View diff
358
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
359
if [ ! "$FORCE" ]; then
Open commit View diff
359 if [ ! "$FORCE" ]; then
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
360
  read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] " response
Open commit View diff
360 read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] " response
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
361
  if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
361 if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
362
    echo "OK, exiting."
Open commit View diff
362 echo "OK, exiting."
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
363
    exit 0
Open commit View diff
363 exit 0
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
364
  fi
Open commit View diff
364 fi
FreddleSpl0it over 1 year ago 787fa49

prompt user before applying major updates

Full commit hash
787fa49d0c060da5d330d1f104ff7bae666754b0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
365
  detect_major_update
Open commit View diff
365 detect_major_update
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
366
fi
Open commit View diff
366 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
367
Open commit View diff
367
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
368
echo -e "\e[32mValidating docker-compose stack configuration...\e[0m"
Open commit View diff
368 echo -e "\e[32mValidating docker-compose stack configuration...\e[0m"
DerLinkman about 4 years ago c1c7167

Added auto correction of composev1 Binds in compose.yml

Full commit hash
c1c7167acef67aed73b7af388a88cb75868dd500
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
369
sed -i 's/HTTPS_BIND:-:/HTTPS_BIND:-/g' docker-compose.yml
Open commit View diff
369 sed -i 's/HTTPS_BIND:-:/HTTPS_BIND:-/g' docker-compose.yml
same change c1c7167

Added auto correction of composev1 Binds in compose.yml

Full commit hash
c1c7167acef67aed73b7af388a88cb75868dd500
Author
DerLinkman <[email protected]>
Date
about 4 years ago
Selected line
370
sed -i 's/HTTP_BIND:-:/HTTP_BIND:-/g' docker-compose.yml
Open commit View diff
370 sed -i 's/HTTP_BIND:-:/HTTP_BIND:-/g' docker-compose.yml
DerLinkman almost 4 years ago 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
371
if ! $COMPOSE_COMMAND config -q; then
Open commit View diff
371 if ! $COMPOSE_COMMAND config -q; then
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
372
  echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
Open commit View diff
372 echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
373
  exit 1
Open commit View diff
373 exit 1
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
374
fi
Open commit View diff
374 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
375
Open commit View diff
375
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
376
echo -e "\e[32mChecking for conflicting bridges...\e[0m"
Open commit View diff
376 echo -e "\e[32mChecking for conflicting bridges...\e[0m"
DerLinkman almost 4 years ago 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
377
MAILCOW_BRIDGE=$($COMPOSE_COMMAND config | grep -i com.docker.network.bridge.name | cut -d':' -f2)
Open commit View diff
377 MAILCOW_BRIDGE=$($COMPOSE_COMMAND config | grep -i com.docker.network.bridge.name | cut -d':' -f2)
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
378
while read NAT_ID; do
Open commit View diff
378 while read NAT_ID; do
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
379
  iptables -t nat -D POSTROUTING "$NAT_ID"
Open commit View diff
379 iptables -t nat -D POSTROUTING "$NAT_ID"
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
380
done < <(iptables -L -vn -t nat --line-numbers | grep "$IPV4_NETWORK" | grep -E 'MASQUERADE.*all' | grep -v "${MAILCOW_BRIDGE}" | cut -d' ' -f1)
Open commit View diff
380 done < <(iptables -L -vn -t nat --line-numbers | grep "$IPV4_NETWORK" | grep -E 'MASQUERADE.*all' | grep -v "${MAILCOW_BRIDGE}" | cut -d' ' -f1)
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
381
Open commit View diff
381
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
382
DIFF_DIRECTORY=update_diffs
Open commit View diff
382 DIFF_DIRECTORY=update_diffs
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
383
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_update_$(date +"%Y-%m-%d-%H-%M-%S")
Open commit View diff
383 DIFF_FILE=${DIFF_DIRECTORY}/diff_before_update_$(date +"%Y-%m-%d-%H-%M-%S")
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
384
mv diff_before_update* ${DIFF_DIRECTORY}/ 2> /dev/null
Open commit View diff
384 mv diff_before_update* ${DIFF_DIRECTORY}/ 2> /dev/null
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
385
if ! git diff-index --quiet HEAD; then
Open commit View diff
385 if ! git diff-index --quiet HEAD; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
386
  echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
Open commit View diff
386 echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
387
  mkdir -p ${DIFF_DIRECTORY}
Open commit View diff
387 mkdir -p ${DIFF_DIRECTORY}
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
388
  git diff --stat > "${DIFF_FILE}"
Open commit View diff
388 git diff --stat > "${DIFF_FILE}"
same change 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
389
  git diff >> "${DIFF_FILE}"
Open commit View diff
389 git diff >> "${DIFF_FILE}"
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
390
fi
Open commit View diff
390 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
391
Open commit View diff
391
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
392
echo -e "\e[32mPrefetching images...\e[0m"
Open commit View diff
392 echo -e "\e[32mPrefetching images...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
393
prefetch_images
Open commit View diff
393 prefetch_images
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
394
Open commit View diff
394
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
395
echo -e "\e[32mStopping mailcow...\e[0m"
Open commit View diff
395 echo -e "\e[32mStopping mailcow...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
396
sleep 2
Open commit View diff
396 sleep 2
DerLinkman almost 4 years ago 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
397
MAILCOW_CONTAINERS=($($COMPOSE_COMMAND ps -q))
Open commit View diff
397 MAILCOW_CONTAINERS=($($COMPOSE_COMMAND ps -q))
same change 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
398
$COMPOSE_COMMAND down
Open commit View diff
398 $COMPOSE_COMMAND down
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
399
echo -e "\e[32mChecking for remaining containers...\e[0m"
Open commit View diff
399 echo -e "\e[32mChecking for remaining containers...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
400
sleep 2
Open commit View diff
400 sleep 2
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
401
for container in "${MAILCOW_CONTAINERS[@]}"; do
Open commit View diff
401 for container in "${MAILCOW_CONTAINERS[@]}"; do
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
402
  docker rm -f "$container" 2> /dev/null
Open commit View diff
402 docker rm -f "$container" 2> /dev/null
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
403
done
Open commit View diff
403 done
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
404
Open commit View diff
404
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
405
configure_ipv6
Open commit View diff
405 configure_ipv6
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
406
Open commit View diff
406
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
407
[[ -f data/conf/nginx/ZZZ-ejabberd.conf ]] && rm data/conf/nginx/ZZZ-ejabberd.conf
Open commit View diff
407 [[ -f data/conf/nginx/ZZZ-ejabberd.conf ]] && rm data/conf/nginx/ZZZ-ejabberd.conf
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
408
migrate_config_options
Open commit View diff
408 migrate_config_options
Niklas Meyer over 1 year ago 3e8bb06

dovecot: replace solr fts with flatcurve (xapian) (#5680)

Full commit hash
3e8bb06a3776b778ddff8709fe4ec9f2d14451fb
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
409
adapt_new_options
Open commit View diff
409 adapt_new_options
AlexHuebi almost 3 years ago a8930e8

fixed remote url override

Full commit hash
a8930e8060104a3b943887d7a579be2838154cce
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
410
Open commit View diff
410
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
411
if [ ! "$DEV" ]; then
Open commit View diff
411 if [ ! "$DEV" ]; then
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
412
  DEFAULT_REPO="https://github.com/mailcow/mailcow-dockerized"
Open commit View diff
412 DEFAULT_REPO="https://github.com/mailcow/mailcow-dockerized"
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
413
  CURRENT_REPO=$(git config --get remote.origin.url)
Open commit View diff
413 CURRENT_REPO=$(git config --get remote.origin.url)
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
414
  if [ "$CURRENT_REPO" != "$DEFAULT_REPO" ]; then
Open commit View diff
414 if [ "$CURRENT_REPO" != "$DEFAULT_REPO" ]; then
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
415
    echo "The Repository currently used is not the default mailcow Repository."
Open commit View diff
415 echo "The Repository currently used is not the default mailcow Repository."
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
416
    echo "Currently Repository: $CURRENT_REPO"
Open commit View diff
416 echo "Currently Repository: $CURRENT_REPO"
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
417
    echo "Default Repository:   $DEFAULT_REPO"
Open commit View diff
417 echo "Default Repository: $DEFAULT_REPO"
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
418
    if [ ! "$FORCE" ]; then
Open commit View diff
418 if [ ! "$FORCE" ]; then
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
419
      read -r -p "Should it be changed back to default? [y/N] " repo_response
Open commit View diff
419 read -r -p "Should it be changed back to default? [y/N] " repo_response
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
420
      if [[ "$repo_response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
420 if [[ "$repo_response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
421
        git remote set-url origin $DEFAULT_REPO
Open commit View diff
421 git remote set-url origin $DEFAULT_REPO
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
422
      fi
Open commit View diff
422 fi
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
423
    else
Open commit View diff
423 else
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
424
        echo "Running in forced mode... setting Repo to default!"
Open commit View diff
424 echo "Running in forced mode... setting Repo to default!"
same change 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
425
        git remote set-url origin $DEFAULT_REPO
Open commit View diff
425 git remote set-url origin $DEFAULT_REPO
DerLinkman over 2 years ago 5a10f2d

Fix repo change when running in forced mode

Full commit hash
5a10f2dd7c14f1f08b12a220d8fb2f8430541889
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
426
    fi
Open commit View diff
426 fi
AlexHuebi almost 3 years ago a8930e8

fixed remote url override

Full commit hash
a8930e8060104a3b943887d7a579be2838154cce
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
427
  fi
Open commit View diff
427 fi
same change a8930e8

fixed remote url override

Full commit hash
a8930e8060104a3b943887d7a579be2838154cce
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
428
fi
Open commit View diff
428 fi
same change a8930e8

fixed remote url override

Full commit hash
a8930e8060104a3b943887d7a579be2838154cce
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
429
Open commit View diff
429
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
430
if [ ! "$DEV" ]; then
Open commit View diff
430 if [ ! "$DEV" ]; then
DerLinkman almost 3 years ago 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
431
  echo -e "\e[32mCommitting current status...\e[0m"
Open commit View diff
431 echo -e "\e[32mCommitting current status...\e[0m"
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
432
  [[ -z "$(git config user.name)" ]] && git config user.name moo
Open commit View diff
432 [[ -z "$(git config user.name)" ]] && git config user.name moo
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
433
  [[ -z "$(git config user.email)" ]] && git config user.email [email protected]
Open commit View diff
433 [[ -z "$(git config user.email)" ]] && git config user.email [email protected]
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
434
  [[ ! -z $(git ls-files data/conf/rspamd/override.d/worker-controller-password.inc) ]] && git rm data/conf/rspamd/override.d/worker-controller-password.inc
Open commit View diff
434 [[ ! -z $(git ls-files data/conf/rspamd/override.d/worker-controller-password.inc) ]] && git rm data/conf/rspamd/override.d/worker-controller-password.inc
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
435
  git add -u
Open commit View diff
435 git add -u
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
436
  git commit -am "Before update on ${DATE}" > /dev/null
Open commit View diff
436 git commit -am "Before update on ${DATE}" > /dev/null
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
437
  echo -e "\e[32mFetching updated code from remote...\e[0m"
Open commit View diff
437 echo -e "\e[32mFetching updated code from remote...\e[0m"
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
438
  git fetch origin #${BRANCH}
Open commit View diff
438 git fetch origin #${BRANCH}
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
439
  echo -e "\e[32mMerging local with remote code (recursive, strategy: \"${MERGE_STRATEGY:-theirs}\", options: \"patience\"...\e[0m"
Open commit View diff
439 echo -e "\e[32mMerging local with remote code (recursive, strategy: \"${MERGE_STRATEGY:-theirs}\", options: \"patience\"...\e[0m"
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
440
  git config merge.defaultToUpstream true
Open commit View diff
440 git config merge.defaultToUpstream true
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
441
  git merge -X"${MERGE_STRATEGY:-theirs}" -Xpatience -m "After update on ${DATE}"
Open commit View diff
441 git merge -X"${MERGE_STRATEGY:-theirs}" -Xpatience -m "After update on ${DATE}"
DerLinkman almost 3 years ago 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
442
  # Need to use a variable to not pass return codes of if checks
Open commit View diff
442 # Need to use a variable to not pass return codes of if checks
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
443
  MERGE_RETURN=$?
Open commit View diff
443 MERGE_RETURN=$?
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
444
  if [[ ${MERGE_RETURN} == 128 ]]; then
Open commit View diff
444 if [[ ${MERGE_RETURN} == 128 ]]; then
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
445
    echo -e "\e[31m\nOh no, what happened?\n=> You most likely added files to your local mailcow instance that were now added to the official mailcow repository. Please move them to another location before updating mailcow.\e[0m"
Open commit View diff
445 echo -e "\e[31m\nOh no, what happened?\n=> You most likely added files to your local mailcow instance that were now added to the official mailcow repository. Please move them to another location before updating mailcow.\e[0m"
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
446
    exit 1
Open commit View diff
446 exit 1
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
447
  elif [[ ${MERGE_RETURN} == 1 ]]; then
Open commit View diff
447 elif [[ ${MERGE_RETURN} == 1 ]]; then
Hassan A Hashim almost 2 years ago 3bf90c1

Fix typo for word `Potential` in `update.sh` file.

Full commit hash
3bf90c1f73412073eca44219eb55a1c54d793406
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
448
    echo -e "\e[93mPotential conflict, trying to fix...\e[0m"
Open commit View diff
448 echo -e "\e[93mPotential conflict, trying to fix...\e[0m"
DerLinkman almost 3 years ago 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
449
    git status --porcelain | grep -E "UD|DU" | awk '{print $2}' | xargs rm -v
Open commit View diff
449 git status --porcelain | grep -E "UD|DU" | awk '{print $2}' | xargs rm -v
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
450
    git add -A
Open commit View diff
450 git add -A
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
451
    git commit -m "After update on ${DATE}" > /dev/null
Open commit View diff
451 git commit -m "After update on ${DATE}" > /dev/null
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
452
    git checkout .
Open commit View diff
452 git checkout .
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
453
    echo -e "\e[32mRemoved and recreated files if necessary.\e[0m"
Open commit View diff
453 echo -e "\e[32mRemoved and recreated files if necessary.\e[0m"
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
454
  elif [[ ${MERGE_RETURN} != 0 ]]; then
Open commit View diff
454 elif [[ ${MERGE_RETURN} != 0 ]]; then
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
455
    echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
Open commit View diff
455 echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
456
    echo
Open commit View diff
456 echo
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
457
    echo "Run $COMPOSE_COMMAND up -d to restart your stack without updates or try again after fixing the mentioned errors."
Open commit View diff
457 echo "Run $COMPOSE_COMMAND up -d to restart your stack without updates or try again after fixing the mentioned errors."
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
458
    exit 1
Open commit View diff
458 exit 1
same change 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
459
  fi
Open commit View diff
459 fi
DerLinkman 12 months ago 88bf9b0

core: modules splitting + ipv6 nat rewrite (#6634)

Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a
Author
DerLinkman <[email protected]>
Date
12 months ago
Selected line
460
else
Open commit View diff
460 else
DerLinkman almost 3 years ago 61e23b6

Added Dev Mode option for git diff creation

Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f
Author
DerLinkman <[email protected]>
Date
almost 3 years ago
Selected line
461
  echo -e "\e[33mDEVELOPER MODE: Not creating a git diff and commiting it to prevent development stuff within a backup diff...\e[0m"
Open commit View diff
461 echo -e "\e[33mDEVELOPER MODE: Not creating a git diff and commiting it to prevent development stuff within a backup diff...\e[0m"
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
462
fi
Open commit View diff
462 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
463
Open commit View diff
463
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
464
echo -e "\e[32mFetching new images, if any...\e[0m"
Open commit View diff
464 echo -e "\e[32mFetching new images, if any...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
465
sleep 2
Open commit View diff
465 sleep 2
DerLinkman almost 4 years ago 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
466
$COMPOSE_COMMAND pull
Open commit View diff
466 $COMPOSE_COMMAND pull
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
467
Open commit View diff
467
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
468
# Fix missing SSL, does not overwrite existing files
Open commit View diff
468 # Fix missing SSL, does not overwrite existing files
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
469
[[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl
Open commit View diff
469 [[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
470
cp -n -d data/assets/ssl-example/*.pem data/assets/ssl/
Open commit View diff
470 cp -n -d data/assets/ssl-example/*.pem data/assets/ssl/
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
471
Open commit View diff
471
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
472
echo -e "Checking IPv6 settings... "
Open commit View diff
472 echo -e "Checking IPv6 settings... "
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
473
if grep -q 'SYSCTL_IPV6_DISABLED=1' mailcow.conf; then
Open commit View diff
473 if grep -q 'SYSCTL_IPV6_DISABLED=1' mailcow.conf; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
474
  echo
Open commit View diff
474 echo
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
475
  echo '!! IMPORTANT !!'
Open commit View diff
475 echo '!! IMPORTANT !!'
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
476
  echo
Open commit View diff
476 echo
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
477
  echo 'SYSCTL_IPV6_DISABLED was removed due to complications. IPv6 can be disabled by editing "docker-compose.yml" and setting "enable_ipv6: true" to "enable_ipv6: false".'
Open commit View diff
477 echo 'SYSCTL_IPV6_DISABLED was removed due to complications. IPv6 can be disabled by editing "docker-compose.yml" and setting "enable_ipv6: true" to "enable_ipv6: false".'
DerLinkman about 3 years ago 0927c5d

Fixed small typo in update.sh

Full commit hash
0927c5df57618e4fc2516232176fa2d755058eeb
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
478
  echo "This setting will only be active after a complete shutdown of mailcow by running $COMPOSE_COMMAND down followed by $COMPOSE_COMMAND up -d."
Open commit View diff
478 echo "This setting will only be active after a complete shutdown of mailcow by running $COMPOSE_COMMAND down followed by $COMPOSE_COMMAND up -d."
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
479
  echo
Open commit View diff
479 echo
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
480
  echo '!! IMPORTANT !!'
Open commit View diff
480 echo '!! IMPORTANT !!'
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
481
  echo
Open commit View diff
481 echo
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
482
  read -p "Press any key to continue..." < /dev/tty
Open commit View diff
482 read -p "Press any key to continue..." < /dev/tty
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
483
fi
Open commit View diff
483 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
484
Open commit View diff
484
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
485
# Checking for old project name bug
Open commit View diff
485 # Checking for old project name bug
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
486
sed -i --follow-symlinks 's#COMPOSEPROJECT_NAME#COMPOSE_PROJECT_NAME#g' mailcow.conf
Open commit View diff
486 sed -i --follow-symlinks 's#COMPOSEPROJECT_NAME#COMPOSE_PROJECT_NAME#g' mailcow.conf
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
487
Open commit View diff
487
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
488
# Fix Rspamd maps
Open commit View diff
488 # Fix Rspamd maps
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
489
if [ -f data/conf/rspamd/custom/global_from_blacklist.map ]; then
Open commit View diff
489 if [ -f data/conf/rspamd/custom/global_from_blacklist.map ]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
490
  mv data/conf/rspamd/custom/global_from_blacklist.map data/conf/rspamd/custom/global_smtp_from_blacklist.map
Open commit View diff
490 mv data/conf/rspamd/custom/global_from_blacklist.map data/conf/rspamd/custom/global_smtp_from_blacklist.map
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
491
fi
Open commit View diff
491 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
492
if [ -f data/conf/rspamd/custom/global_from_whitelist.map ]; then
Open commit View diff
492 if [ -f data/conf/rspamd/custom/global_from_whitelist.map ]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
493
  mv data/conf/rspamd/custom/global_from_whitelist.map data/conf/rspamd/custom/global_smtp_from_whitelist.map
Open commit View diff
493 mv data/conf/rspamd/custom/global_from_whitelist.map data/conf/rspamd/custom/global_smtp_from_whitelist.map
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
494
fi
Open commit View diff
494 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
495
Open commit View diff
495
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
496
# Fix deprecated metrics.conf
Open commit View diff
496 # Fix deprecated metrics.conf
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
497
if [ -f "data/conf/rspamd/local.d/metrics.conf" ]; then
Open commit View diff
497 if [ -f "data/conf/rspamd/local.d/metrics.conf" ]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
498
  if [ ! -z "$(git diff --name-only origin/master data/conf/rspamd/local.d/metrics.conf)" ]; then
Open commit View diff
498 if [ ! -z "$(git diff --name-only origin/master data/conf/rspamd/local.d/metrics.conf)" ]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
499
    echo -e "\e[33mWARNING\e[0m - Please migrate your customizations of data/conf/rspamd/local.d/metrics.conf to actions.conf and groups.conf after this update."
Open commit View diff
499 echo -e "\e[33mWARNING\e[0m - Please migrate your customizations of data/conf/rspamd/local.d/metrics.conf to actions.conf and groups.conf after this update."
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
500
    echo "The deprecated configuration file metrics.conf will be moved to metrics.conf_deprecated after updating mailcow."
Open commit View diff
500 echo "The deprecated configuration file metrics.conf will be moved to metrics.conf_deprecated after updating mailcow."
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
501
  fi
Open commit View diff
501 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
502
  mv data/conf/rspamd/local.d/metrics.conf data/conf/rspamd/local.d/metrics.conf_deprecated
Open commit View diff
502 mv data/conf/rspamd/local.d/metrics.conf data/conf/rspamd/local.d/metrics.conf_deprecated
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
503
fi
Open commit View diff
503 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
504
Open commit View diff
504
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
505
# Set app_info.inc.php
Open commit View diff
505 # Set app_info.inc.php
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
506
if [ ${BRANCH} == "master" ]; then
Open commit View diff
506 if [ ${BRANCH} == "master" ]; then
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
507
  mailcow_git_version=$(git describe --tags $(git rev-list --tags --max-count=1))
Open commit View diff
507 mailcow_git_version=$(git describe --tags $(git rev-list --tags --max-count=1))
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
508
elif [ ${BRANCH} == "nightly" ]; then
Open commit View diff
508 elif [ ${BRANCH} == "nightly" ]; then
DerLinkman almost 4 years ago 5ea4305

Fix Upstream Commit ID grep

Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
509
  mailcow_git_version=$(git rev-parse --short $(git rev-parse @{upstream}))
Open commit View diff
509 mailcow_git_version=$(git rev-parse --short $(git rev-parse @{upstream}))
DerLinkman almost 4 years ago a8eb3b6

Added nightly footer

Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
510
  mailcow_last_git_version=""
Open commit View diff
510 mailcow_last_git_version=""
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
511
else
Open commit View diff
511 else
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
512
  mailcow_git_version=$(git rev-parse --short HEAD)
Open commit View diff
512 mailcow_git_version=$(git rev-parse --short HEAD)
DerLinkman almost 4 years ago a8eb3b6

Added nightly footer

Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
513
  mailcow_last_git_version=""
Open commit View diff
513 mailcow_last_git_version=""
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
514
fi
Open commit View diff
514 fi
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
515
Open commit View diff
515
Hassan A Hashim almost 2 years ago 3d62869

Fix: bash variables are not quoted (#6022)

Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
516
mailcow_git_commit=$(git rev-parse "origin/${BRANCH}")
Open commit View diff
516 mailcow_git_commit=$(git rev-parse "origin/${BRANCH}")
DerLinkman almost 4 years ago 778a3ed

Use universal Git Commit Date Command

Full commit hash
778a3ed551c270d0bb104eddd26c3587fcc25df4
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
517
mailcow_git_commit_date=$(git log -1 --format=%ci @{upstream} )
Open commit View diff
517 mailcow_git_commit_date=$(git log -1 --format=%ci @{upstream} )
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
518
Open commit View diff
518
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
519
if [ $? -eq 0 ]; then
Open commit View diff
519 if [ $? -eq 0 ]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
520
  echo '<?php' > data/web/inc/app_info.inc.php
Open commit View diff
520 echo '<?php' > data/web/inc/app_info.inc.php
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
521
  echo '  $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
Open commit View diff
521 echo ' $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
522
  echo '  $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
Open commit View diff
522 echo ' $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
523
  echo '  $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
Open commit View diff
523 echo ' $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
524
  echo '  $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
Open commit View diff
524 echo ' $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
FreddleSpl0it over 4 years ago bdd8b4a

[Web] Footer fix (#4500)

Full commit hash
bdd8b4a5abe4f142c0e2a6a3ba12e19730538884
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
525
  echo '  $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
Open commit View diff
525 echo ' $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
526
  echo '  $MAILCOW_GIT_COMMIT="'$mailcow_git_commit'";' >> data/web/inc/app_info.inc.php
Open commit View diff
526 echo ' $MAILCOW_GIT_COMMIT="'$mailcow_git_commit'";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
527
  echo '  $MAILCOW_GIT_COMMIT_DATE="'$mailcow_git_commit_date'";' >> data/web/inc/app_info.inc.php
Open commit View diff
527 echo ' $MAILCOW_GIT_COMMIT_DATE="'$mailcow_git_commit_date'";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
528
  echo '  $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
Open commit View diff
528 echo ' $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
529
  echo '  $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
Open commit View diff
529 echo ' $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
530
  echo '?>' >> data/web/inc/app_info.inc.php
Open commit View diff
530 echo '?>' >> data/web/inc/app_info.inc.php
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
531
else
Open commit View diff
531 else
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
532
  echo '<?php' > data/web/inc/app_info.inc.php
Open commit View diff
532 echo '<?php' > data/web/inc/app_info.inc.php
DerLinkman almost 4 years ago b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
533
  echo '  $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
Open commit View diff
533 echo ' $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
534
  echo '  $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
Open commit View diff
534 echo ' $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
535
  echo '  $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
Open commit View diff
535 echo ' $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
536
  echo '  $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
Open commit View diff
536 echo ' $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
537
  echo '  $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
Open commit View diff
537 echo ' $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
538
  echo '  $MAILCOW_GIT_COMMIT="";' >> data/web/inc/app_info.inc.php
Open commit View diff
538 echo ' $MAILCOW_GIT_COMMIT="";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
539
  echo '  $MAILCOW_GIT_COMMIT_DATE="";' >> data/web/inc/app_info.inc.php
Open commit View diff
539 echo ' $MAILCOW_GIT_COMMIT_DATE="";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
540
  echo '  $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
Open commit View diff
540 echo ' $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
same change b16b276

Implement nightly/stable switch in update.sh

Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
541
  echo '  $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
Open commit View diff
541 echo ' $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
542
  echo '?>' >> data/web/inc/app_info.inc.php
Open commit View diff
542 echo '?>' >> data/web/inc/app_info.inc.php
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
543
  echo -e "\e[33mCannot determine current git repository version...\e[0m"
Open commit View diff
543 echo -e "\e[33mCannot determine current git repository version...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
544
fi
Open commit View diff
544 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
545
Open commit View diff
545
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
546
if [[ ${SKIP_START} == "y" ]]; then
Open commit View diff
546 if [[ ${SKIP_START} == "y" ]]; then
DerLinkman almost 4 years ago 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
547
  echo -e "\e[33mNot starting mailcow, please run \"$COMPOSE_COMMAND up -d --remove-orphans\" to start mailcow.\e[0m"
Open commit View diff
547 echo -e "\e[33mNot starting mailcow, please run \"$COMPOSE_COMMAND up -d --remove-orphans\" to start mailcow.\e[0m"
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
548
else
Open commit View diff
548 else
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
549
  echo -e "\e[32mStarting mailcow...\e[0m"
Open commit View diff
549 echo -e "\e[32mStarting mailcow...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
550
  sleep 2
Open commit View diff
550 sleep 2
DerLinkman almost 4 years ago 55f810b

Implemented new compose check in update.sh

Full commit hash
55f810b23f75952f92048db028244f901135fcf9
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
551
  $COMPOSE_COMMAND up -d --remove-orphans
Open commit View diff
551 $COMPOSE_COMMAND up -d --remove-orphans
FreddleSpl0it over 4 years ago f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
552
fi
Open commit View diff
552 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
553
Open commit View diff
553
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
554
echo -e "\e[32mCollecting garbage...\e[0m"
Open commit View diff
554 echo -e "\e[32mCollecting garbage...\e[0m"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
555
docker_garbage
Open commit View diff
555 docker_garbage
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
556
Open commit View diff
556
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
557
# Run post-update-hook
Open commit View diff
557 # Run post-update-hook
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
558
if [ -f "${SCRIPT_DIR}/post_update_hook.sh" ]; then
Open commit View diff
558 if [ -f "${SCRIPT_DIR}/post_update_hook.sh" ]; then
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
559
  bash "${SCRIPT_DIR}/post_update_hook.sh"
Open commit View diff
559 bash "${SCRIPT_DIR}/post_update_hook.sh"
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
560
fi
Open commit View diff
560 fi
same change f3f6fb8

[Web] add github version tag error handling

Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
561
Open commit View diff
561
DerLinkman almost 4 years ago 5ea4305

Fix Upstream Commit ID grep

Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
562
# echo "In case you encounter any problem, hard-reset to a state before updating mailcow:"
Open commit View diff
562 # echo "In case you encounter any problem, hard-reset to a state before updating mailcow:"
same change 5ea4305

Fix Upstream Commit ID grep

Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
563
# echo
Open commit View diff
563 # echo
same change 5ea4305

Fix Upstream Commit ID grep

Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
564
# git reflog --color=always | grep "Before update on "
Open commit View diff
564 # git reflog --color=always | grep "Before update on "
same change 5ea4305

Fix Upstream Commit ID grep

Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
565
# echo
Open commit View diff
565 # echo
AlexHuebi almost 3 years ago e265012

"temp" change - removed "git remote set-url"

Full commit hash
e26501261e232a1edc3229173eede4862f982625
Author
AlexHuebi <[email protected]>
Date
almost 3 years ago
Selected line
566
# echo "Use \"git reset --hard hash-on-the-left\" and run $COMPOSE_COMMAND up -d afterwards."
Open commit View diff
566 # echo "Use \"git reset --hard hash-on-the-left\" and run $COMPOSE_COMMAND up -d afterwards."