mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
Compare commits
3 Commits
8cafd254bb
...
add-custom
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d39f1f5fa | ||
|
|
013f3a529f | ||
|
|
c03a235687 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,4 +6,4 @@
|
||||
/config/opencloud/apps
|
||||
|
||||
# exclude custom compose files
|
||||
/custom
|
||||
/custom
|
||||
@@ -0,0 +1,3 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
//Add your custom JavaScript code here
|
||||
});
|
||||
@@ -2,4 +2,4 @@ parent=keycloak
|
||||
import=common/keycloak
|
||||
|
||||
styles=css/login.css css/theme.css
|
||||
scripts=js/script.js
|
||||
scripts=js/script.js js/custom.js
|
||||
Reference in New Issue
Block a user