-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have Organize start up and stay running for interaction at the command line, (rather than run a config.yml and close)? #374
Comments
Ok, some progress, while I can’t achieve this with the docker_compose.yml, I have has some success with the following Docker run
I tool the “* * * * “ aspect from another docker run I had - so if anyone can explain the difference between the above and the following compose - please let me know..
|
Thanks for describing the problem. If I understand it correctly you'd like to keep organize running in the background to watch for any changes in the given locations? Maybe something like #18?
Can you elaborate on that? What would this interactive mode look like? |
Hi @tfeldmann , thanks so much for responding. I was not necessarily thinking about watching for something like a folder update, although I can see the benefit there - my uses case is that I have created a number of very focussed config.yml files - that do specific things when I want to run them. Some times I need to do one thing first to sort stuff out and another to move things around into other folders - yes they can be run in sequence - but the order is not always easy to prescribe or I just want to run one or two on demand. I don’t recall seeing a UI for Organize, but having it run constantly allows me to explore options like a command line menu of some sort - or I can maybe make calls to run Organize scripts from other systems. |
Ok starting with v3 you can already do this: organize new name1
organize new name2
organize run name1
organize run name2 Maybe you can define some aliases to make this even shorter? Something like |
I'll close this issue but will add "Improve CLI documentation" to my todo list. |
I’m so sorry, I’m not sure to report this as a bug, but also not sure how much of a new feature it is either.
To set the scene - I currently get the following error in the logs, after setting up a new Docker instance, all of which I think is understandable. My question however is how can I get Organize to start up, and stay running - allowing me to then interact with it via the command line so I can run many different config.yml files I have?
Just to check the above error is related to where my config.yml is? Which is
Config: "/home/pi/.config/organize/config.yaml"
and that still contains the following default.As I don’t want Organize to just run one Config file and close, is there a config.yml I can use, or something else I can do to just bring Organize up?
Or perhaps is there an edit I can make to the docker.entrypoint.sh ?
Many thanks ..
The text was updated successfully, but these errors were encountered: