This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # mount-s3-watchdog.sh | |
| # Inspiration from https://github.com/s3fs-fuse/s3fs-fuse/issues/152 | |
| # Run from the root user's crontab to keep an eye on mount-s3 which should always | |
| # be mounted. | |
| # | |
| # Note: If getting the amazon S3 credentials from environment variables | |
| # these must be entered in the actual crontab file (otherwise use one | |
| # of the s3fs other ways of getting credentials). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div class="w-8/12 xl:w-6/12 border-x border-surface flex flex-col"> | |
| <div class="flex items-center p-4 gap-7 border-b border-surface"> | |
| <div class="flex items-center"> | |
| <Avatar | |
| image="https://www.primefaces.org/cdn/primevue/images/landing/apps/avatar-primetek.png" | |
| class="mr-2 av" | |
| size="large" | |
| shape="circle" | |
| /> |
OlderNewer