qumagie.conf:
# ------------------------------------------------------------
# qumagie.mydomain.com
# ------------------------------------------------------------
server {
set $forward_scheme http;
set $server "192.168.1.20";
import android.text.format.DateFormat | |
import android.view.ContextThemeWrapper | |
import android.widget.CalendarView | |
import androidx.compose.foundation.background | |
import androidx.compose.foundation.layout.Column | |
import androidx.compose.foundation.layout.Row | |
import androidx.compose.foundation.layout.Spacer | |
import androidx.compose.foundation.layout.defaultMinSize | |
import androidx.compose.foundation.layout.fillMaxWidth | |
import androidx.compose.foundation.layout.padding |
import androidx.compose.runtime.Composable | |
import androidx.compose.runtime.DisposableEffect | |
import androidx.compose.runtime.remember | |
import androidx.compose.ui.platform.LocalContext | |
import androidx.compose.ui.platform.LocalLifecycleOwner | |
import androidx.lifecycle.Lifecycle | |
import androidx.lifecycle.LifecycleEventObserver | |
import org.osmdroid.views.MapView | |
@Composable |
qumagie.conf:
# ------------------------------------------------------------
# qumagie.mydomain.com
# ------------------------------------------------------------
server {
set $forward_scheme http;
set $server "192.168.1.20";
The system is running Nginx Proxy Manager, but the file must be edited manually at /data/nginx/proxy_host
. Note that this reverse proxy is made to be working with a subdomain, in this case qumagie.***.com
.
For using access the Intranet page where the table of marks is located at.
Right click the table, and select "Inspect element".
Find the table where all the marks are located at, for example:
Copy the ID of the table, for example t5711998
.
Copy and paste the script on the console of your browser, and replace <id>
by the id you found before.
Press enter, and the stats will be displayed.