-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Added a fix for mikrotik RouterOS container comptabiltiy #2587
Conversation
I am willing to accept a better fix that will not erase the .type file that mikorik put in the folder. |
I usually don't touch this entrypoint.sh, as touching this usually causes unpredictable issues to current working instances. I would recommend that your community should maintain your special build first and wait for #2086 which the |
If you are looking for a community maintained container image without entry point I can offer the one I maintain for OpenShift over here. On a different note, louislam, would you be interested in me up-streaming changes similar to what I have there for your 2.x target? |
Any news for a easy install on mikrotik? |
@iNaiks Mikrotik fixed this issue in their latest 7.8 release and it should work without this workaround. |
Fantastic 🤩. Very Thanks. What is the good space to install? Because I’ve some hAP ac 3, and I want to try. But it’s only 128mb of disk. |
external usb disk or flash.
בתאריך יום ד׳, 29 במרץ 2023, 19:43, מאת iNaiks ***@***.***>:
… @iNaiks <https://github.com/iNaiks> Mikrotik fixed this issue in their
latest 7.8 release and it should work without this workaround.
Fantastic 🤩. Very Thanks.
What is the good space to install? Because I’ve some hAP ac 3, and I want
to try. But it’s only 128mb of disk.
—
Reply to this email directly, view it on GitHub
<#2587 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANUHMAUUWGNTTY4R3VENU3W6RRD7ANCNFSM6AAAAAATYNAHUI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@elico |
https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma
Tick the checkbox if you understand [x]:
Description
Fixes Mikrotik volume issue which prevents it from applying cleanly a chwon on /app/data.
In Mikrotik forums there was a post about how to "resolve" the issue:
https://forum.mikrotik.com/viewtopic.php?p=976750#p975199
And this specific change gives clarity with the
set -x
and therm -fv
of this .type file prevents later on tochown
of the/app/data/.type
which to my understanding is unique for Mikrotik container mount points.Type of change
Please delete any options that are not relevant.
Checklist