The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
R package with a simple Shiny module
for easily sharing
files.
Admin can manage directories & files (add, remove, edit, …)
User can only download files
yaml
file to save informationsYou can install:
::install_github("datastorm-open/shinydrive") devtools
online
https://datastorm-demo.shinyapps.io/shinydrive/
local
runApp(system.file("demo_app", package = "shinydrive"))
require(shinydrive)
<- fluidPage(
ui shiny_drive_ui(id = "idm")
)<- function(input, output, session) {
server callModule(module = shiny_drive_server,
id = "idm",
session = session,
admin_user = TRUE,
save_dir = getwd(),
lan = "EN")
}
shinyApp(ui, server)
Admin view
User view
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.