1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/sshd/templates/motd.j2
2024-01-19 23:16:55 +01:00

31 lines
1.2 KiB
Django/Jinja
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Welcome to {{inventory_hostname}}.
{% if 'borg_clients' in group_names %}
Data on this system is regularly backed up automatically.
{% else %}
This system IS NOT backed up. Please ensure you DO NOT keep valuable data here!
{% endif %}
{% if 'buildservers' in group_names %}
Usage Info
- Use the devtools helpers to build packages.
- Don't forget to set your PACKAGER in ~/.makepkg.conf.
- Chroots are kept in /var/lib/archbuild (~chroots).
- SRCDEST is set to /var/lib/archbuilddest/srcdest (~srcdest).
- Take a look at mkpkg -hh if you want to build nightlies.
January 19, 2024
The common Arch build server is now build.archlinux.org! This one has 96 threads and
384GiB of memory. Now go and compile something.
{% endif %}
{% if 'public_html' in group_names %}
Usage Info
This server provides the ability for members of the Arch team to host Arch related content
in their own ~/public_html
The http will require read access to your home directory and permissions on public_html:
- setfacl -m user:http:x ~
- setfacl -m user:http:rx ~/public_html
{% endif %}