-
|
Is there a way to run the code online so that I don't need to keep the application open in the background and can access it from anywhere? For example, hosting it somewhere and being able to access it on my phone or laptop. Also is there a way to change the name of the tab that opens so it's just the song name. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
I host it as an ECS container service in my AWS account and have a record in my domain pointing to it. That way I can access it from anywhere and don't need to worry about having my laptop running this service all the time. Costs is negligible if you use the smallest deployment size. |
Beta Was this translation helpful? Give feedback.
-
|
To run the app from anywhere you'd need to find a hosting solution so you can access it like any web service. I want to rewrite the codebase eventually to at one point be browser-side only, but that'll take some time. As for the tab thing, I don't quite understand what you're looking for. You mean an option to just display the song name without anything else? |
Beta Was this translation helpful? Give feedback.
To run the app from anywhere you'd need to find a hosting solution so you can access it like any web service. I want to rewrite the codebase eventually to at one point be browser-side only, but that'll take some time.
As for the tab thing, I don't quite understand what you're looking for. You mean an option to just display the song name without anything else?