Skip to content
Discussion options

You must be logged in to vote

Part-DB uses symfony, there are some tutorials explaining the basics of symfony: https://symfonycasts.com/screencast/symfony6

Besides that i dont really think its wise to do things like compiling a separate daemon from inside Part-DB. PHP is not really well suited to start longer running processes. When Part-DB is running from inside an docker container, you probably will not have access to kernel things, and a webserver user will normally not have enough permissions to interact with hardware, or start a daemon...

I think the best approach for something like this, is having that IO stuff as a separate project and running as a server in the background, and Part-DB then triggers webhooks on…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Int-Circuit
Comment options

Answer selected by Int-Circuit
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
Category
Q&A
Labels
None yet
2 participants