Add blocklist example #1

Closed
moanos wants to merge 0 commits from blocklist_example into main
Collaborator

zum diskutieren ob das so sinnvoll ist

zum diskutieren ob das so sinnvoll ist
moanos added 1 commit 2023-01-05 17:29:59 +01:00

ich hätte es nun so gemacht:

[[instances]]
name=beta_birdsite_live
url = "https://beta.birdsite.live"
type = reject_media
public_comment = "Crossposter"
private_comment = "Crossposter"

[[instance]]
name=truth_social
url = "https://truth.social"
type = limit
public_comment = "Right-Wing extremists"
private_comment = "Trump shit"

[[instances]]
name=aethy_com]
url = "https://aethy.com"
type = suspend
public_comment = "Lollicon"
private_comment = "Übernommen von chaos.social"
ich hätte es nun so gemacht: ``` [[instances]] name=beta_birdsite_live url = "https://beta.birdsite.live" type = reject_media public_comment = "Crossposter" private_comment = "Crossposter" [[instance]] name=truth_social url = "https://truth.social" type = limit public_comment = "Right-Wing extremists" private_comment = "Trump shit" [[instances]] name=aethy_com] url = "https://aethy.com" type = suspend public_comment = "Lollicon" private_comment = "Übernommen von chaos.social" ```
Poster
Collaborator

Ich vermute du meinst immer [[instances]]. Passt für mich auch, ist wahrscheinlich schöner :D

Ich vermute du meinst immer `[[instances]]`. Passt für mich auch, ist wahrscheinlich schöner :D
moanos added 3 commits 2023-01-08 21:38:21 +01:00

Ich vermute du meinst immer [[instances]].

Ja, das war ein Tippfehler, gut aufgepasst :)

> Ich vermute du meinst immer `[[instances]]`. Ja, das war ein Tippfehler, gut aufgepasst :)
gcrkrause reviewed 2023-01-09 11:13:26 +01:00
pyproject.toml Outdated
@ -0,0 +8,4 @@
[tool.poetry.dependencies]
python = "^3.10"
tomli = "^2.0.1"

I'd like to require python 3.11, it has built-in toml support. Any reason to use 3.10?

I'd like to require python 3.11, it has built-in toml support. Any reason to use 3.10?
gcrkrause reviewed 2023-01-09 11:15:36 +01:00
@ -1,3 +1,6 @@
.idea

I am not a huge fan to add developer environment specific files to the projects .gitignore. You could use a global excludefile for this, see https://git-scm.com/docs/gitignore#_configuration

I am not a huge fan to add developer environment specific files to the projects .gitignore. You could use a global excludefile for this, see https://git-scm.com/docs/gitignore#_configuration
Poster
Collaborator

Will do :)

Will do :)
moanos marked this conversation as resolved
gcrkrause reviewed 2023-01-09 11:16:28 +01:00
.gitignore Outdated
@ -1,3 +1,6 @@
.idea
poetry.lock

Its generally recommended to commit the lock file to the repository in order to achieve same transient dependencies for all developers and in development and production. Any reason we should do otherwise here?

Its generally recommended to commit the lock file to the repository in order to achieve same transient dependencies for all developers and in development and production. Any reason we should do otherwise here?
Poster
Collaborator

Nope, just didn't know

Nope, just didn't know
moanos marked this conversation as resolved
moanos added 8 commits 2023-01-09 13:33:06 +01:00
moanos added 1 commit 2023-01-11 19:17:15 +01:00
moanos added 1 commit 2023-01-11 19:19:15 +01:00
Poster
Collaborator

Deprecate for new PR from develop to main

Deprecate for new PR from develop to main
moanos closed this pull request 2023-01-12 08:01:34 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lediver.se/fediverse-blocklist-deploy#1
There is no content yet.