mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-16 01:47:31 +02:00
Compare commits
5 Commits
50bf477034
...
e7d57545eb
Author | SHA1 | Date | |
---|---|---|---|
e7d57545eb | |||
66bd87a2b8 | |||
ea44b3d6a4 | |||
2154f09ff9 | |||
a65605f141 |
2
.github/workflows/jekyll.yml
vendored
2
.github/workflows/jekyll.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
submodules: "true"
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
|
||||
uses: ruby/setup-ruby@master
|
||||
with:
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
cache-version: 0 # Increment this number if you need to re-download cached gems
|
||||
|
@ -63,14 +63,14 @@ repos:
|
||||
]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.28.6
|
||||
rev: 0.29.0
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-workflows
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v4.0.2
|
||||
rev: v4.0.3
|
||||
hooks:
|
||||
- id: reuse
|
||||
exclude: ^.cache\/.*$
|
||||
|
2
Gemfile.lock
generated
2
Gemfile.lock
generated
@ -223,7 +223,7 @@ DEPENDENCIES
|
||||
webrick
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.3p89
|
||||
ruby 3.3.4p94
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.11
|
||||
|
@ -62,6 +62,7 @@ sudo firewall-cmd --add-service=mosh --permanent
|
||||
sudo firewall-cmd --add-service=ntp --permanent
|
||||
sudo firewall-cmd --add-service=syncthing --permanent
|
||||
sudo firewall-cmd --add-service=mdns --permanent
|
||||
sudo firewall-cmd --add-service=kdeconnect --permanent
|
||||
```
|
||||
|
||||
- I trust Chrony (ntp) to not allow it to be used from outside of LAN as
|
||||
|
1
package.json
vendored
1
package.json
vendored
@ -1,6 +1,7 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-xml": "3.4.1",
|
||||
"mvdan-sh": "0.10.1",
|
||||
"prettier": "3.3.2",
|
||||
"prettier-plugin-sh": "0.14.0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user