Plausible automated and unattended installation support (create user and web site by script) #4547
Unanswered
stephane-klein
asked this question in
Self-Hosted Support
Replies: 1 comment 1 reply
-
There is no easy way to do it right now. But you might be able to write a script still, since Plausible supports RPC, e.g.: $ docker compose exec plausible bin/plausible rpc 'IO.puts("hello")'
hello |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to install and configure Plausible automatically via a script.
Does Plausible support automated and unattended installation?
I'd like to be able to create by script :
Do you know if this feature is already available?
If not, what do you think about creating an issue to implement this feature?
Best regards,
Stéphane
Beta Was this translation helpful? Give feedback.
All reactions