Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Snipe-IT

15 Topics 119 Posts
  • Snipe-IT - Package Updates

    Pinned
    0 Votes
    57 Posts
    2k Views

    [1.7.1]

    Update Snipe-IT to 6.2.1 Full changelog Added more info in settings by @snipe in #13650 Fixed bug where checkout to location would throw an error if FMCS was enabled by @snipe in #13655 Fixed exception being thrown when selected import was deleted by @marcusmoore in #13638 Fixed #13658 for asset history with encrypted fields by @snipe in #13667 Fixed #13670 - order number missing from license import by @snipe in #13671 Fixed #13662 - added clipboard.js by @snipe in #13672 Fixed bug where license checkout/checkin notes were not being saved by @snipe in #13674 Set modal focus to modal-name field by @snipe in #13677 Fieldset Properly Sortable in Asset Models Table by @spencerrlongg in #13678
  • Manual Update - Help

    Solved
    1 Votes
    3 Posts
    36 Views

    Hi. I'm not running Snipe-IT on Cloudron installation. I'm sorry, I thought it was a generic forum not specific for Cloudron. I will publish the post on a right forum.
    Thanks.
    Have a good day

  • How to prevent LDAP Settings overwrite?

    Solved
    0 Votes
    16 Posts
    273 Views

    @girish It works now 👍

  • Snipe-it ldap mail sync does't work.

    Solved
    0 Votes
    5 Posts
    67 Views

    @zyriusa This is actually the Cloudron forum . Cloudron is a platform for installing apps like Snipe-IT (we have 100s of apps). You will have to ask snipe-it support for any app related questions or deployment on other platforms.

  • 0 Votes
    2 Posts
    46 Views

    @ales-komarek this forum is for the Snipe-IT package on Cloudron and not for Snipe-IT itself . I think you have to report your feature request here - https://github.com/snipe/snipe-it/issues . They also have a discord at https://discord.com/invite/yZFtShAcKk

  • Snipe-IT export PDF character problem

    0 Votes
    3 Posts
    56 Views

    TBH, I am not 100% sure if this is a genuine post or spam 😕

  • Snipe-IT missing functionality/admin role?

    Solved
    0 Votes
    3 Posts
    74 Views

    @nebulon Thank you!

  • Snipe-IT Licence Permissions

    0 Votes
    3 Posts
    75 Views

    @nebulon I guess something that you managed inside Snipe-IT. As in, Snipe-IT is an asset/license management system .

    @Shinduke I think you should report this feature upstream. We are merely packaging Snipe-IT and not developing it. We can only help with deployment related issues. https://github.com/snipe/snipe-it/discussions is a good place to report.

  • Snipe-IT plugins

    0 Votes
    5 Posts
    403 Views

    @girish Thanks for your response

  • 0 Votes
    4 Posts
    170 Views

    @nebulon said in SnipeIT add more fields to category Licenses:

    Hi there! This actually sounds more like an app internal question. You are here on the Cloudron forum. We mostly handle questions around the app packages, but are not experts on the internals of an app itself. Have you tried to ask the upstream project?

    That goes through my head very often when it comes to problems and questions asked in the Cloudron forums. Not want to be rude but I think its okay to point users to the upstream project when it comes to general app specific questions.

  • App timezone does not match server

    0 Votes
    2 Posts
    204 Views

    @hakunamatata Right, the timezone of Cloudron is not "synced" with the timezone settings of the app. The Cloudron timezone is only used for the cron jobs like backups, updates etc.

    Ideally, Cloudron could setup the apps to have the cloudron timezone as well but it's very complicated because each app has it's own way of setting up the timezone. Maybe some day in the future!

  • ten thousands sessions files?!

    Solved
    0 Votes
    7 Posts
    255 Views

    @girish said in ten thousands sessions files?!:

    @imc67 I moved the sessions to redis in the new package.

    This seems to work!!! After update there came no more new session files, after half an hour I deleted all session files from folder and no new ons appeared. Also returned to 12000.

    It all looks stable and fast!

    Thanks @girish !!!

  • Major update to 5.0.x is finally here

    Solved
    2 Votes
    2 Posts
    143 Views

    Yup, I have updated the package to 5.0.4 now.

  • 0 Votes
    4 Posts
    265 Views

    grrr, I don't know what happened but it does work now!

    This was the error this morning:

    #74 {main} [2020-09-30 07:58:02] production.ERROR: Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files. {"userId":1,"email":"admin@cloudron.local","exception":"[object] (Intervention\\Image\\Exception\\NotReadableException(code: 0): Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files. at /app/code/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:59) [stacktrace] #0 /app/code/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php(339): Intervention\\Image\\Gd\\Decoder->initFromPath()

    The image is a jpg. Strange to see that the log numbering restarted after this error.

  • Internal backup location ok?

    Solved
    0 Votes
    3 Posts
    228 Views

    There is no way to configure the backup path in the app (even in the config file). I think it's a laravel convention to use storage subdirectory as writable.

    In the Cloudron package, /app/code/storage is symlinked to /app/data/storage. So it's all good. Backups will be persistent.