Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ libs: {
roboto: 'https://fonts.googleapis.com/css?family=Roboto&display=swap',
},
less: {
url: 'https://cdn.jsdelivr.net/npm/less@4.1.3/dist/less.min.js',
sri: 'sha384-UwROHXunrteKCyJlIvnRvBOUKKiIak4DhBgDPpRYrUhAf6n4xz0Krni19UX9uCcP'
url: 'https://cdn.jsdelivr.net/npm/less@4.2.0/dist/less.min.js',
sri: 'sha384-SlYTcCEsC10TwMfcpGjqd+bWfA2QdB0CInBtPX6erDT3NnEkhX2X3gJ83UyHtXs3'
},
css: '/styles/styles.min.css?v=2024021800',
bootstrap: {
css: {
url: 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css',
sri: 'sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN'
url: 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css',
sri: 'sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH'
},
js: {
url: 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js',
sri: 'sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL'
url: 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js',
sri: 'sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz'
}
},
fontawesome: {
css: {
url: 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css',
sri: 'sha384-iw3OoTErCYJJB9mCa8LNS2hbsQ7M3C0EpIsO/H5+EGAkPGc6rk+V8i04oW/K5xq0'
url: 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/all.min.css',
sri: 'sha384-h/hnnw1Bi4nbpD6kE7nYfCXzovi622sY5WBxww8ARKwpdLj5kUWjRuyiXaD1U2JT'
},
}
}
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">Roundcube</h5>
<ul class="navbar-nav flex-row flex-wrap ms-md-auto float-md-end">
<li class="nav-item col-6 col-md-auto"><a class="nav-link p-md-2" aria-label="GitHub" href="https://github.com/roundcube/roundcubemail" target="_blank" rel="noopener"><span class="fa-brands fa-github"></span><span class="d-md-none ps-2">GitHub</span></a></li>
<li class="nav-item col-6 col-md-auto"><a class="nav-link p-md-2" aria-label="DockerHub" href="https://hub.docker.com/r/roundcube/roundcubemail/" target="_blank" rel="noopener"><span class="fa-brands fa-docker"></span><span class="d-md-none ps-2">Docker</span></a></li>
<li class="nav-item col-6 col-md-auto"><a class="nav-link p-md-2" aria-label="Twitter" href="https://twitter.com/roundcube" target="_blank" rel="noopener"><span class="fa-brands fa-twitter"></span><span class="d-md-none ps-2">Twitter</span></a></li>
<li class="nav-item col-6 col-md-auto"><a class="nav-link p-md-2" aria-label="X" href="https://x.com/roundcube" target="_blank" rel="noopener"><span class="fa-brands fa-x-twitter"></span><span class="d-md-none ps-2">X</span></a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2 id="sources">Other sources and downloads <a class="anchor" href="#sources" a
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">The Roundcube Docker image is available on <a href="https://hub.docker.com/r/roundcube/roundcubemail/" class="rc-icon external-link" target="_blank">Docker Hub</a> as PHP-FPM service or complete webserver with Apache.</li>
<li class="list-group-item">More information on Docker and a quick start guide is available in the <a href="https://docs.docker.com/" class="rc-icon external-link" target="_blank">Docker documentation</a>.
<li class="list-group-item">More information on Docker and a quick start guide is available in the <a href="https://docs.docker.com/" class="rc-icon external-link" target="_blank">Docker documentation</a>.</li>
<li class="list-group-item">We provide <a href="https://github.com/roundcube/roundcubemail-docker/tree/master/examples" class="rc-icon external-link" target="_blank">examples</a> to run Roundcube with docker-compose or in Kubernetes.</li>
<li class="list-group-item">Install one of the Roundcube Helm charts from <a href="https://artifacthub.io/packages/search?ts_query_web=roundcube&sort=relevance" class="rc-icon external-link" target="_blank">artifacthub.io</a></li>
</ul>
Expand Down
Loading