mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-20 03:47:26 +02:00
Compare commits
3 Commits
8c858e1a87
...
6f292d655b
Author | SHA1 | Date | |
---|---|---|---|
6f292d655b | |||
e12c571f99 | |||
8b36c270d3 |
@ -56,14 +56,14 @@ repos:
|
|||||||
args: [--update-only, --notitle]
|
args: [--update-only, --notitle]
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.28.1
|
rev: 0.28.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
- id: check-github-workflows
|
- id: check-github-workflows
|
||||||
- id: check-gitlab-ci
|
- id: check-gitlab-ci
|
||||||
|
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
rev: v3.0.1
|
rev: v3.0.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
|
|
||||||
|
12
Gemfile.lock
generated
12
Gemfile.lock
generated
@ -222,17 +222,17 @@ GEM
|
|||||||
mutex_m (0.2.0)
|
mutex_m (0.2.0)
|
||||||
net-http (0.4.1)
|
net-http (0.4.1)
|
||||||
uri
|
uri
|
||||||
nokogiri (1.16.3-aarch64-linux)
|
nokogiri (1.16.4-aarch64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.3-arm-linux)
|
nokogiri (1.16.4-arm-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.3-arm64-darwin)
|
nokogiri (1.16.4-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.3-x86-linux)
|
nokogiri (1.16.4-x86-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.3-x86_64-darwin)
|
nokogiri (1.16.4-x86_64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.3-x86_64-linux)
|
nokogiri (1.16.4-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
|
@ -44,6 +44,7 @@ sudo firewall-cmd --add-service=ssh --permanent
|
|||||||
sudo firewall-cmd --add-service=mosh --permanent
|
sudo firewall-cmd --add-service=mosh --permanent
|
||||||
sudo firewall-cmd --add-service=ntp --permanent
|
sudo firewall-cmd --add-service=ntp --permanent
|
||||||
sudo firewall-cmd --add-service=syncthing --permanent
|
sudo firewall-cmd --add-service=syncthing --permanent
|
||||||
|
sudo firewall-cmd --add-service=mdns --permanent
|
||||||
```
|
```
|
||||||
|
|
||||||
- I trust Chrony (ntp) to not allow it to be used from outside of LAN
|
- I trust Chrony (ntp) to not allow it to be used from outside of LAN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user