Skip to content

Is it possible to have more than one feed/service behind a single hostname? #224

Closed Answered by MarshalX
venteto asked this question in Questions
Discussion options

You must be logged in to vote

You can host as many as you want feeds using only one flask server and only one domain name. The difference will be in the parameter which feed is requested

You have this GET route: https://github.com/MarshalX/bluesky-feed-generator/blob/2977b0f9806af99f73cf14f6d491ce91205f1765/server/app.py#L67-L81.

Inside this route, you have the feed string param. That you can use to match the feed algorithm.

To register new algorithms you should add it here: https://github.com/MarshalX/bluesky-feed-generator/blob/2977b0f9806af99f73cf14f6d491ce91205f1765/server/algos/__init__.py#L3-L5

also, you should implement another data filter for new events in the network. and store it separately in db for another…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@MarshalX
Comment options

@venteto
Comment options

@MarshalX
Comment options

@venteto
Comment options

@MarshalX
Comment options

Answer selected by MarshalX
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants