mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-19 20:14:44 -04:00
refactor: initial commit
This commit is contained in:
commit
5eebd789ed
591 changed files with 18598 additions and 0 deletions
23
salt/sys-syncthing/configure-browser.sls
Normal file
23
salt/sys-syncthing/configure-browser.sls
Normal file
|
@ -0,0 +1,23 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% if grains['nodename'] != 'dom0' %}
|
||||
|
||||
"{{ slsdotpath }}-browser-rc.local":
|
||||
file.append:
|
||||
- name: /rw/config/rc.local
|
||||
- text: "qvm-connect-tcp 8384:@default:8384"
|
||||
|
||||
"{{ slsdotpath }}-browser-desktop-application":
|
||||
file.managed:
|
||||
- name: /home/user/.local/share/applications/syncthing-browser.desktop
|
||||
- source: salt://{{ slsdotpath }}/files/browser/syncthing-browser.desktop
|
||||
- mode: '0644'
|
||||
- user: user
|
||||
- group: user
|
||||
- makedirs: True
|
||||
|
||||
{% endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue