Redmine: Difference between revisions
imported>Vater mNo edit summary |
imported>Vater |
||
(2 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
# services.nginx.recommendedGzipSettings = true; | # services.nginx.recommendedGzipSettings = true; | ||
# services.nginx.recommendedProxySettings = true; | |||
services.nginx.virtualHosts."${config.networking.fqdn}" = { | services.nginx.virtualHosts."${config.networking.fqdn}" = { | ||
locations."/" = { | locations."/" = { | ||
Line 44: | Line 44: | ||
enableACME = true; | enableACME = true; | ||
}; | }; | ||
# services.nginx.recommendedTlsSettings = true; | |||
security.acme.defaults.email = "acme@${config.networking.domain}"; | security.acme.defaults.email = "acme@${config.networking.domain}"; | ||
security.acme.acceptTerms = true; | security.acme.acceptTerms = true; | ||
Line 50: | Line 50: | ||
# networking.firewall.allowedTCPPorts = [ 80 443 3000 ]; | # networking.firewall.allowedTCPPorts = [ 80 443 3000 ]; | ||
networking.firewall.allowedTCPPorts = [ 80 443 ]; | networking.firewall.allowedTCPPorts = [ 80 443 ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
Line 60: | Line 58: | ||
==== small configuration ==== | ==== small configuration ==== | ||
with some (working (and maybe non working)) plugins | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
Line 73: | Line 72: | ||
== web server == | == web server == | ||
--> | |||
<!-- | |||
== accounts == | |||
: groups and privileges | |||
==== LDAP ==== | |||
==== OpenID ==== | |||
==== OAuth ==== | |||
--> | --> | ||
== login == | == login == | ||
(first you have to) login in as the initial account | |||
: this initial account is having highest privileges | |||
https://redmine.domain.tld/login | https://redmine.domain.tld/login | ||
Line 83: | Line 96: | ||
:; Password: ''admin'' | :; Password: ''admin'' | ||
: <tt>Login</tt> | : <tt>Login</tt> | ||
(redmine forces you to) change the password | |||
https://redmine.domain.tld/my/password | |||
[[Category:Guide]] | [[Category:Guide]] | ||
[[Category:Applications]] | [[Category:Applications]] |