Could we have AnythingLLM added to the Cloudron App Store?
Its very similar to OpenWebUI but more stable and designed to work with its own model and external ones like LocalAI.
Could we have AnythingLLM added to the Cloudron App Store?
Its very similar to OpenWebUI but more stable and designed to work with its own model and external ones like LocalAI.
@necrevistonnezr Though Linkding is a good solution for a Bookmark manager, It solves a different issue than Linkwarden.
Linkwarden is more to store links for later, not links you are going to access a lot.
I think I have fixed it - I was not putting it in the custom config.json file. It's all working now. Thanks!
@micmc Brilliant! That seems to have fixed the issue. Thanks for your help.
I am having the same type of issues as well.
Hi all,
I am trying to enable the groups feature however it's greyed out.
Any ideas on how to get it enabled?
@girish I will have to contact Cloudflare to see if they can help as most of the reported issues such as Dynamic IP or misconfigured DNS I have ruled out. Thanks for your help.
@coniunctio I still am having the issues with the logo not appearing and sometimes it wont save advanced settings still
Yes this would be super handy to have on cloudron
@micmc I will give that a try. Will come back once I've manage to test it.
@girish Thank you. I have noticed another bug with the Webhooks in the Admin Panel not remaining after a restart.
Brilliant, Will give that a go and will come back once I have the results
We all want them to be sustainable (we don't want the project to die) but how this update was presented to the community raised a lot of alarm bells for lots of people mainly due to how it was all worded & presented.
I fully support what they are trying to do, but I do not feel that monthly fees is the best way of doing it - having the option like they have at the moment to purchase it one time is great.
@girish So after running a few tests it seems that Traccar does not like the domain to have a "/" at the end, no error logs to support this, but it does track with what was happening - typically my SSO system will want this, so I have made some changes, and it is all working now.
Hi All,
I have limited knowledge on PHP commands, ect.
The Expected check-in, Item expiration, Low inventory alerts, Audit Due / Overdue require php commands to send however its not clear if these should be on a timer or not. I thought Crontab managed when it would send, but I am wrong.
Hope you can help!
php artisan snipeit:upcoming-audits
they can be found here https://snipe-it.readme.io/docs/notifications-overview
APP_ENV=production
APP_DEBUG=false
APP_KEY=base64:REDACTED
APP_URL=${CLOUDRON_APP_ORIGIN}
APP_TIMEZONE='GMT'
APP_LOCALE=en
MAX_RESULTS=500
DB_CONNECTION=mysql
DB_HOST=${CLOUDRON_MYSQL_HOST}
DB_DATABASE=${CLOUDRON_MYSQL_DATABASE}
DB_USERNAME=${CLOUDRON_MYSQL_USERNAME}
DB_PASSWORD=${CLOUDRON_MYSQL_PASSWORD}
DB_PREFIX=null
DB_DUMP_PATH='/usr/bin'
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
DB_SSL=false
DB_SSL_IS_PAAS=false
DB_SSL_KEY_PATH=null
DB_SSL_CERT_PATH=null
DB_SSL_CA_PATH=null
DB_SSL_CIPHER=null
MAIL_DRIVER=smtp
MAIL_HOST=${CLOUDRON_MAIL_SMTP_SERVER}
MAIL_PORT=${CLOUDRON_MAIL_SMTP_PORT}
MAIL_USERNAME=${CLOUDRON_MAIL_SMTP_USERNAME}
MAIL_PASSWORD=${CLOUDRON_MAIL_SMTP_PASSWORD}
MAIL_ENCRYPTION=null
MAIL_FROM_ADDR=${CLOUDRON_MAIL_FROM}
MAIL_FROM_NAME=${CLOUDRON_MAIL_FROM_DISPLAY_NAME}
MAIL_REPLYTO_ADDR=${CLOUDRON_MAIL_FROM}
MAIL_REPLYTO_NAME=${CLOUDRON_MAIL_FROM_DISPLAY_NAME}
MAIL_BACKUP_NOTIFICATION_ADDRESS=you@example.com
IMAGE_LIB=gd
SESSION_LIFETIME=90
EXPIRE_ON_CLOSE=true
ENCRYPT=true
COOKIE_NAME=${CLOUDRON_APP_HOSTNAME}
COOKIE_DOMAIN=${CLOUDRON_APP_DOMAIN}
SECURE_COOKIES=true
APP_TRUSTED_PROXIES=127.0.0.1,${CLOUDRON_PROXY_IP}
ALLOW_IFRAMING=true
REFERRER_POLICY=same-origin
ENABLE_CSP=true
CORS_ALLOWED_ORIGINS=null
ENABLE_HSTS=false
CACHE_DRIVER=file
SESSION_DRIVER=redis
QUEUE_DRIVER=sync
CACHE_PREFIX=snipeit
REDIS_HOST=${CLOUDRON_REDIS_HOST}
REDIS_PASSWORD=${CLOUDRON_REDIS_PASSWORD}
REDIS_PORT=${CLOUDRON_REDIS_PORT}
MEMCACHED_HOST=null
MEMCACHED_PORT=null
AWS_SECRET=null
AWS_KEY=null
AWS_REGION=null
AWS_BUCKET=null
LOGIN_MAX_ATTEMPTS=3
LOGIN_LOCKOUT_DURATION=60
APP_LOG=single
APP_LOG_MAX_FILES=10
APP_LOCKED=false
FILESYSTEM_DISK=local
APP_CIPHER=AES-256-CBC
#GOOGLE_MAPS_API=
BACKUP_ENV=true
LDAP_MEM_LIM=500M
LDAP_TIME_LIM=600