Switch default branch to main
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"type": 0,
|
"type": 0,
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixexpr": {
|
"nixexpr": {
|
||||||
"value": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver master",
|
"value": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver main",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"emailresponsible": false
|
"emailresponsible": false
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# ![Simple Nixos MailServer][logo]
|
# ![Simple Nixos MailServer][logo]
|
||||||
|
|
||||||

|

|
||||||
[](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/commits/master)
|
[](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/commits/main)
|
||||||
|
|
||||||
## Release branches
|
## Release branches
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ SNM branch corresponding to your NixOS version.
|
|||||||
* [Documentation](https://nixos-mailserver.readthedocs.io/en/nixos-25.05/)
|
* [Documentation](https://nixos-mailserver.readthedocs.io/en/nixos-25.05/)
|
||||||
* [Release notes](https://nixos-mailserver.readthedocs.io/en/nixos-25.05/release-notes.html#nixos-25-05)
|
* [Release notes](https://nixos-mailserver.readthedocs.io/en/nixos-25.05/release-notes.html#nixos-25-05)
|
||||||
* For NixOS unstable
|
* For NixOS unstable
|
||||||
* Use the [SNM branch `master`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/master)
|
* Use the [SNM branch `main`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/main)
|
||||||
* [Documentation](https://nixos-mailserver.readthedocs.io/en/latest/)
|
* [Documentation](https://nixos-mailserver.readthedocs.io/en/latest/)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@@ -90,7 +90,7 @@ See the [How to Develop SNM](https://nixos-mailserver.readthedocs.io/en/latest/h
|
|||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
See the [contributor tab](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/graphs/master)
|
See the [contributor tab](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/graphs/main)
|
||||||
|
|
||||||
### Alternative Implementations
|
### Alternative Implementations
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -91,4 +91,4 @@ local setup.
|
|||||||
Refer to our `LDAP test`_ for an complete example, and see the `LDAP options`_ section for all possible settings.
|
Refer to our `LDAP test`_ for an complete example, and see the `LDAP options`_ section for all possible settings.
|
||||||
|
|
||||||
.. _LDAP options: options.html#mailserver-ldap
|
.. _LDAP options: options.html#mailserver-ldap
|
||||||
.. _LDAP test: https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/blob/master/tests/ldap.nix
|
.. _LDAP test: https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/blob/main/tests/ldap.nix
|
||||||
|
|||||||
+3
-3
@@ -31,7 +31,7 @@ best practices to mailserver management.
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wcurl https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/raw/master/migrations/nixos-mailserver-migration-04.py
|
wcurl https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/raw/main/migrations/nixos-mailserver-migration-04.py
|
||||||
chmod +x nixos-mailserver-migration-04.py
|
chmod +x nixos-mailserver-migration-04.py
|
||||||
|
|
||||||
2. Stop the ``dovecot.service``.
|
2. Stop the ``dovecot.service``.
|
||||||
@@ -134,12 +134,12 @@ This migration is required for every configuration.
|
|||||||
|
|
||||||
For remediating this issue the following steps are required:
|
For remediating this issue the following steps are required:
|
||||||
|
|
||||||
1. Copy the `migration script <https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/blob/master/migrations/nixos-mailserver-migration-03.py>`_ script to your mailserver
|
1. Copy the `migration script <https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/blob/main/migrations/nixos-mailserver-migration-03.py>`_ script to your mailserver
|
||||||
and make it executable:
|
and make it executable:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
wcurl https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/raw/master/migrations/nixos-mailserver-migration-03.py
|
wcurl https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/raw/main/migrations/nixos-mailserver-migration-03.py
|
||||||
chmod +x nixos-mailserver-migration-03.py
|
chmod +x nixos-mailserver-migration-03.py
|
||||||
|
|
||||||
2. Stop the ``dovecot.service``.
|
2. Stop the ``dovecot.service``.
|
||||||
|
|||||||
Reference in New Issue
Block a user