Right now, the adapter presets are built on the Configuration page, but they should be stored on the appropriate adapter file instead.
Lines 191 to 203 in f00a0ab
const PRESETS = {
mastodon: {
instances: ['mastodon.social', 'mastodon.world', 'hachyderm.io', 'theforkiverse.com'],
hasActor: true,
actorLabel: 'User Handle',
actorPresets: null,
hasFeed: false,
hasAiFilter: false,
hasRepostFilter: true,
},
bluesky: {
instances: ['bsky.app', 'blacksky.community'],
hasActor: true,
Right now, the adapter presets are built on the Configuration page, but they should be stored on the appropriate adapter file instead.
https://codeberg.org/box464/open-web-gallery/src/commit/f00a0abc8e11c4c8c8a8374f53648cc1fb25acf9/public/configure/index.html#L191-203