You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,6 @@
2
2
<imgsrc="public/heading.png"width="400px">
3
3
</p>
4
4
5
-
# ATTENTION BREAKING UPDATE!!
6
-
7
-
> The latest `main` branch has completely changed the way this app used to run.
8
-
> The main reason being trying to address some security concerns and make the whole application work
9
-
> across multiple platform without too much trouble.
10
-
>
11
-
> If you came here due to this change trying to figure out why your app stopped working you have two options:
12
-
>
13
-
> 1 - Update your `docker-compose.yml` with the new one provided within this readme (or just copy [docker-compose.yml](docker-compose.yml))
14
-
>
15
-
> 2 - Keep your `docker-compose.yml` file as it is and use the legacy tag in the image `image: ghcr.io/fccview/cronmaster:legacy`. However bear in mind this will not be supported going forward, any issue regarding the legacy tag will be ignored and I will only support the main branch. Feel free to fork that specific branch in case you want to work on it yourself :)
16
-
17
5
## Features
18
6
19
7
-**Modern UI**: Beautiful, responsive interface with dark/light mode.
@@ -23,6 +11,23 @@
23
11
-**Docker Support**: Runs entirely from a Docker container.
24
12
-**Easy Setup**: Quick presets for common cron schedules.
Hey there! 👋 Just a friendly heads-up: I'm a big believer in open source and love sharing my work with the community. Everything you find in my GitHub repos is and always will be 100% free. If someone tries to sell you a "premium" version of any of my projects while claiming to be me, please know that this is not legitimate. 🚫
-`HOST_PROJECT_DIR` is required in order for the scripts created within the app to run properly
167
172
- The `DOCKER=true` environment variable enables direct file access mode for crontab operations. This is REQUIRED when running the application in docker mode.
168
173
174
+
**Important Note on Root Commands**: When running commands as `root` within Cronmaster, ensure that these commands also function correctly as `root` on your host machine. If a command works as `root` on your host but fails within Cronmaster, please open an issue with detailed information.
175
+
169
176
## Usage
170
177
171
178
### Viewing System Information
@@ -257,6 +264,9 @@ I would like to thank the following members for raising issues and help test/deb
0 commit comments