main > devel #2

Merged
drdolgovvv merged 38 commits from main into devel 2026-06-23 13:49:22 +03:00
Showing only changes of commit fb4335006d - Show all commits

4
app.R
View File

@@ -26,7 +26,7 @@ box::use(
# set global settings: # set global settings:
set_global_options( set_global_options(
shiny.host = "0.0.0.0", shiny.host = "0.0.0.0",
# shiny.port = 1338, shiny.port = 1338,
APP.DEBUG = FALSE APP.DEBUG = FALSE
) )
@@ -112,7 +112,7 @@ server <- function(input, output, session) {
# check_credentials directly on sqlite db # check_credentials directly on sqlite db
shinymanager::secure_server( shinymanager::secure_server(
check_credentials = shinymanager::check_credentials( check_credentials = shinymanager::check_credentials(
db = "config/auth.sqlite", db = "temp/auth.sqlite",
passphrase = Sys.getenv("AUTH_DB_KEY") passphrase = Sys.getenv("AUTH_DB_KEY")
), ),
keep_token = TRUE keep_token = TRUE