mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-03-12 09:21:01 +01:00
resolve woke errors
This commit is contained in:
parent
35d2068a40
commit
3fab6a285a
25
.github/workflows/html5validator.yml.disabled
vendored
25
.github/workflows/html5validator.yml.disabled
vendored
@ -1,25 +0,0 @@
|
|||||||
name: HTML5 Validator
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4 # Required will all actions
|
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@v1
|
|
||||||
with:
|
|
||||||
ruby-version: ".ruby-version"
|
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
||||||
|
|
||||||
- name: Jekyll build
|
|
||||||
run: |
|
|
||||||
bundle exec jekyll build --drafts --profile
|
|
||||||
|
|
||||||
- name: Checks HTML5 validity
|
|
||||||
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
|
|
||||||
with:
|
|
||||||
root: _site/
|
|
||||||
blacklist: n r or ir
|
|
@ -23,7 +23,7 @@ configure everything on host level if it was my network).
|
|||||||
|
|
||||||
_Threat model: service I am not aware of or that I accidentally make listen
|
_Threat model: service I am not aware of or that I accidentally make listen
|
||||||
wider than intended, with UFW I am aware of what ports are allowed. I assume any
|
wider than intended, with UFW I am aware of what ports are allowed. I assume any
|
||||||
mobile host is going to move randomly and while some whitelists (especially
|
mobile host is going to move randomly and while some allowlists (especially
|
||||||
link-local and IPv4 LANs) will overlap and possibly allow access, it's still
|
link-local and IPv4 LANs) will overlap and possibly allow access, it's still
|
||||||
better than being open to the internet and overlay networks that I have
|
better than being open to the internet and overlay networks that I have
|
||||||
interacted with recently._
|
interacted with recently._
|
||||||
@ -55,7 +55,7 @@ ufw allow 60000:61000/udp
|
|||||||
- 22 TCP/ssh — Allow acces to SSHd you don't want to lock yourself out.
|
- 22 TCP/ssh — Allow acces to SSHd you don't want to lock yourself out.
|
||||||
- previously I used `ufw limit` but it seems to be too oversensitive, just use
|
- previously I used `ufw limit` but it seems to be too oversensitive, just use
|
||||||
SSHGuard.
|
SSHGuard.
|
||||||
- Deny incoming connections unless the port has been whitelisted.
|
- Deny incoming connections unless the port has been allowlisted.
|
||||||
- Allow all outgoing connections, keeping list of authorized ports would be too
|
- Allow all outgoing connections, keeping list of authorized ports would be too
|
||||||
much for me.
|
much for me.
|
||||||
- Start ufw on boot and now (I am not sure if this step is required, but better
|
- Start ufw on boot and now (I am not sure if this step is required, but better
|
||||||
|
Loading…
x
Reference in New Issue
Block a user