Compare commits

...

5 Commits

5 changed files with 26 additions and 17 deletions

View File

@ -68,7 +68,7 @@ repos:
]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.2
rev: 0.31.3
hooks:
- id: check-dependabot
- id: check-github-actions

View File

@ -26,13 +26,13 @@ codeberg_username: Aminda
email: "suomalainen@aminda.eu"
github_username: Mikaela
linkedin_username: Aminda-eu
facebook_username: aminda.eu
instagram_username: amiauh39
#facebook_username: aminda.eu
#instagram_username: amiauh39
facebook:
publisher: "357677997429713"
app_id: "1614500206007989"
admins: aminda.eu
#facebook:
# publisher: "357677997429713"
# app_id: "1614500206007989"
# admins: aminda.eu
mastodon:
username: Aminda
instance: sauna.social
@ -45,7 +45,7 @@ webmaster_verifications:
google: oELGPuQ0VNEekDke964c0XCMYaC_Nd_Mr_TRYEVRXgY
bing: DDF472BEC8E65C680D65A24256C33B24
yandex: 2d5398c328c66322
facebook: 7xn4x8q3svdnolnp60rmlp4lph3t5d
# facebook: 7xn4x8q3svdnolnp60rmlp4lph3t5d
# Jekyll SEO as well
defaults:
- scope:

View File

@ -132,6 +132,7 @@ robots: noai, nofollow
>codeberg.org</a
></em
>
<!--
<small
><a
href="https://www.facebook.com/profile.php?id={{ site.facebook_username }}"
@ -143,7 +144,7 @@ robots: noai, nofollow
rel="me"
>&#129477;&#65038;</a
>)</small
>
>-->
<em
><a
href="https://github.com/{{ site.github_username }}"
@ -164,14 +165,14 @@ robots: noai, nofollow
href="http://gitea.qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion/Mikaela"
rel="me"
>&#129477;&#65038;</a
>)
>)<!--
<small
><a
href="https://www.instagram.com/{{ site.instagram_username }}/"
rel="me"
>Instagram</a
></small
>
>-->
<a
rel="me"
href="{{site.keyoxide}}/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY"

2
package.json vendored
View File

@ -8,6 +8,6 @@
"prettier-plugin-sh": "0.15.0",
"prettier-plugin-toml": "2.0.2"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"prettier": "@aminda/global-prettier-config"
}

View File

@ -247,7 +247,8 @@ Otherwise no, you cannot.
I recommend disabling image previews in public rooms, more about that below, but
moderators would have a couple of other options too:
- Do you have a Draupnir/Mjolnir?
- Do you have a
[Draupnir](https://github.com/the-draupnir-project/Draupnir)/[Mjolnir](https://github.com/matrix-org/mjolnir)?
`!draupnir protections enable <protection-name-here>` might help you. Consider
especially `FirstMessageIsImageProtection` (ban user if their first user is an
image), `MentionLimitProtection` (remove messages if they spam ping many
@ -257,15 +258,22 @@ moderators would have a couple of other options too:
- I don't have an access to a Mjolnir, but I think it might have older command
`!mjolnir enable`, but it too should understand `!mjolnir protections` or at
least `!mjolnir help`.
- If you don't have access to either, you may be able to _request_ a
[Draupnir4All](https://docs.draupnir.midnightthoughts.space/) instance.
- You could use permissions manager in room settings to disallow media files.
See the next bullet point, except `m.room.power_levels` and _event TODO_
instead of `m.room.join_rules`.
- There is also the possibility of making your join available only through
knocking/request to join. Element users will find it from labs, ElementX from
developer settings (see below).
knocking/request to join (if it's at least version 7 of
{{site.matrixLatestRoomVersion}}). Element users will find the feature from
labs, ElementX from developer settings (see below).
- Element Web also has the possibility of `/devtools`, `Explore room state`,
`m.room.join_rules`, `{ "join_rule": "knock" }`. Other options include
`restricted` and `knock_restricted`, but more about that in
`m.room.join_rules`, `{ "join_rule": "knock" }` (if the room is at least
version 7 of {{site.matrixLatestRoomVersion}}). Other options include
`restricted` (if the room is at least version <del>8</del> 9 of
{{site.matrixLatestRoomVersion}}) and `knock_restricted` (if the room is at
least version 10 of {{site.matrixLatestRoomVersion}}), but more about that
in
[my matrix/m.room.join_rules in the gist repo](https://gitea.blesmrt.net/mikaela/gist/src/branch/master/matrix/m.room.join_rules/README.md).
#### Disabling image previews