Skip to content

Commit

Permalink
Remove pool sharing.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Mar 25, 2024
1 parent be20ede commit 0017c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 2 additions & 16 deletions src/floaty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In the global section, set Floaty to run before request header processing.
In any of the server blocks, use the `floaty` directive to prepare the respective rolling random IDs. The syntax is as follows.

```sh
floaty [poolName] [{
floaty [length [rollDuration]] [{
[fieldId [length [rollDuration]]]
}]
```
Expand All @@ -31,7 +31,7 @@ Whenever Floaty is initialized, the placeholder `http.floaty` would become avail
When not defined, pool names are generated randomly upon server block provisioning. Floaty pools with the same pool name share the same set of pools. If two Floaty pools with the same name differ on field settings, when trying to modify settings of an existing field, Caddy will error out.
Generated ID lengths can be any valid positive signed 8-bit integer (`1`~`127`). By default, length is set to `12`. Any out-of-bound value will result in an error being thrown. Longer IDs may cause unwanted CPU consumption.
Generated ID lengths can be any value between `4` and `96`, and out-of-bound values will be clamped into this range. By default, length is set to `8`. Longer IDs may cause unwanted CPU consumption.
Roll duration can be set to any value above 10 seconds with millisecond precision, if supported by the [Go duration syntax](https://pkg.go.dev/time#ParseDuration). It's set to 15 minutes by default. A lower rolling duration may cause unwanted CPU consumption.
Expand Down Expand Up @@ -73,18 +73,4 @@ http://:8080 {
}
...
}
```
Sharing the same pool among multiple server blocks:
```sh
http://:8080 {
...
floaty sharedPool
...
}
http://:8081 {
...
floaty sharedPool
...
}
```
4 changes: 2 additions & 2 deletions src/lavender/panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Best of Fedi Pones has been directly integrated into the Fediverse since issue 1
Submissions will be denied if they match at least one of criteria listed below.

* Is not SFW.
* Is generated by neural networks. Inspired or assisted with NN doesn't count.
* Is generated by neural networks. Inspired by or assisted with NN doesn't count.
* Not posted by the artist themself.
* Violates LTGC AUP.
* Was posted for longer than 14 days to the deadline of the target issue.
Expand All @@ -30,4 +30,4 @@ Each eligible voter can part one ⭐️(`:star:`) emoji to give a submission an

Voting of each issue generally begins at 12:00 UTC +0 on every Saturday, and ends at 18:00 UTC +0 on the next day. The dataset should be available shortly after the voting ends, and any organizer can release the issue with the dataset.

To prevent accusations of theft, except for the cover art, all submission images must be hotlinked from source. Cover art is selected among the submission with the top 60% vote count, entirely by the organizer posting the issue with their own preferences. However, it's advised to avoid featuring the same artist within the span of 9 issues, and artists new to the Fediverse are advised to be preferred.
To prevent accusations of theft, except for the cover art, all submission images must be hotlinked from source. Cover art is generally selected among the submission with the top 60% vote count, entirely by the organizer posting the issue with their own preferences. However, it's advised to avoid featuring the same artist within the span of 9 issues, and artists new to the Fediverse are advised to be preferred.

0 comments on commit 0017c57

Please sign in to comment.