Version History

OttoFMS Version History

4.3.2

Released: 4/22/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • files used in multiple sub-deployments will no longer be duplicated in the deployments table
  • files closed during a deployment (using the close additional files option) will no longer be included in the files or file count in the deployments table.
  • added the keepFilesClosedAfterComplete option to the deployment input, which prevents files from opening at the end of a sub-deployment.
  • fixed an issue in the data api proxy causing the token refresh to fail.
  • fixed an issue in which an unhandled rejection could occur in the file backup process during builds.

4.3.1

Released: 4/16/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • running a same server migration using a pre-run build on the same server will no longer fail with a "incoming file not found for install" error

4.3.0

Released: 4/12/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Minor Changes

  • Files can now be encrypted and decrypted from the FMS Admin databases tab. This feature is only available on servers running FMS 20.3 or later.
  • File backups can now be restored directly from the OttoFMS file manager.
  • OttoFMS now has the ability to only allow access to a list of IP addresses. This will only allow access to the OttoFMS api, console, and webhooks from the listed IP addresses or IP ranges. See the documentation for details on setting up a specific set of IPs or ranges of IPs.
  • Added OttoFMS app log at /otto/api/app-log. See docs for instructions on setting up the OttoFMS app log to use logging in your FileMaker solutions or other systems.
  • Added Slack notifications as an option to each sub-deployment. Notifications are sent when a sub-deployment starts, succeeds, fails, or crashes. See OttoFMS docs for details on setting up the slack integration.
  • Added the closeFilesAfterBuild option to the deployment input, allowing depoyment files to be closed after the build fetches fully rather than before. This should cut down on the file downtime if the build process takes a while.
  • Added the list deployments endpoint at /otto/api/deployments. This endpoint lists all deployments in the ottofms database. API Keys and passwords are encrypted in the response.
  • Added the /deployment/rerun endpoint, which can rerun or schedule a rerun of a deployment or sub-deployment with the initially input options. Also added the ability to rerun a deployment or sub-deployment from the OttoFMS console. This is available in the three dot menu on the deployments table or in the deployment details view.
  • Added a server preferences endpoint which returns the database folder preferences for the server. this endpoint is available at /otto/api/settings/serverPrefs.
  • Added the ability to abort an ongoing deployment from the OttoFMS console and from the api. This function will only abort the deployment if no files have been replaced with their new versions. Builds that were downloaded will be removed, just in time builds will be deleted from your source server if applicable.
  • A new api endpoint and options from the ui allow for undoing a deployment, including all of its sub-deployments. Previously only a single sub-deployment could be undone at a time.

Patch Changes

  • Builds now log to the build manifest.json as well as otto-info.log.
  • The build manifest now includes individual file sizes. The file sizes get added upon the backups of the file being complete.
  • A deployment failing before a build finishes downloading will now delete the build from the inbox.
  • Added a startedAt key to the build manifest which stores the time the build was started
  • The build log now displays in the deployment detail view on the build log tab.
  • Build status calls for just in time builds are more hardy to 502 errors from windows source servers.
  • Just in time builds will now be deleted before other builds when applying the "max builds to keep in outbox" setting.
  • Builds that are ongoing during the time of an OttoFMS crash will now be marked as crashed.
  • Partially downloaded builds will now be deleted when ottofms restarts.
  • Just in time builds now have a "jit_" prefix in the build id.
  • Added the ability to send messages to clients from the clients table in the fms admin tab
  • The clients table now has the ability to disconnect multiple clients at a time.
  • Added an option to immediately disconnect clients from the clients table.
  • Added an additional option when creating Data API keys via the OttoFMS API to not create duplicate keys. If the option is set to true, an existing data api key that uses the input credentials will be returned rather than creating a new key.
  • File Launch links can not be copied from the databases table.
  • A table with no deployments is now handled better in the deployments table.
  • Usage data now includes durations and total size of built or deployed files.
  • The Ottomatic backups folder in the file manager is now only created for Ottomatic servers.
  • Added crashed deployment events to the usage data.
  • Deployments and sub-deployments can now be renamed from the OttoFMS console after they have been run.
  • If deployment is longer than 1 hour, the hours spot will always be displayed for each log message. This ensures that the first number you see is always the hours spot rather than suddenly becoming the hours spot at the hour mark.
  • Files that are used in subsequent sub-deployments will not be opened at the end of a sub-deployment. For example, if you have 5 sub-deployments and a file is listed in your first and your last sub-deployment the file will be closed for the full duration of the deployment.
  • Added the option to view the full detailed log for a running deployment.
  • Users will now be redirected to the OttoFMS console if they are already logged in and go to the login page.
  • The get deployment endpoint now returns more information about the deployment.
  • Added the fms extended privelages column to the FMS admin databases table. This column is hidden by default and can be revealed in the top right of the table.
  • Added folder and subfolder to databases table in the fms admin tab. These columns are hidden by default but can be revealed in the menus in the top right. Full file path can be revealed by hovering over the folder field in the table.
  • The file manager no longer logs information about access to the otto-info.log. this can be reverted by setting the FILE_MANAGER_LOGGING environment variable to true.

4.2.4

Released: 3/19/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • Prevent an unnecessary error in the logs on otto-cli symlink creation during startup.
  • Overhauled the FMS admin databases and clients table, as well as the deployments table. New tables have better filtering, sorting, and the ability to go fullscreen.
  • OttoFMS will now prevent two builds from running simultaneously
  • Better uncaught exception and unhandled rejection logging
  • Fetched failed errors will no longer cause OttoFMS to crash unecessarily
  • Actions can now be taken on multiple rows in the fms admin databases table
  • Added the source to the Deployment details page
  • Added files column to the deployments table

4.2.3

Released: 3/13/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • deployment backups now create folders and delete folders based off of full deployments instead of sub-deployments. This change means that your "deployment backups to keep" setting will now reflect the number of full deployments rather than sub-deployments. This change is not compatible with previous deployment backups, so make sure any deployment reverts or other processes you need to do with your backups through OttoFMS are done before upgrading to this version
  • when in a deployment detail screen, the page title will now be the title of the deployment rather than the id.
  • updated log message for file unzipped to say that the file is unzipping, as the log gets written at the start of the file unzipping
  • the deployment logs csv now has formatted durations
  • Fixed an issue with FileManager uploads on ubuntu
  • ottofms will no longer fail to start if there are extra folders in the File Manager root directory.
  • the deployment log csv now has the file column properly populated
  • hardening OttoFMS against an issue with the FileMaker Server Admin API
  • errors in the deployment log now have a filename where applicable
  • fixed issue with searching and filtering in the logs on the web console
  • Attempt to avoid ECONNRESET error on windows when building
  • undoing a deployment will now only revert changes for files that have backups. installs will be ignored. previously attempting to undo an install would result in a failed deployment.
  • ottofms will now more gracefully handle errors caused by the FileMaker admin server restarting in the middle of a process.
  • removed duplicate logs for number of completed files
  • fixed an issue causing the entire file path to be written in the migration log on windows. now it will just write the filename
  • fix issue with offsite backups on AWS regions other thatn us-east-1

4.2.2

Released: 3/5/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • Fix register webhooks regression
  • Fixed an issue with Linux servers not being able to download builds over 1 GB. The download process should now be much faster on Linux machines.
  • fixed an error in the admin api key api which would not allow an admin api key to be used immediately following its creation via the api.

4.2.1

Released: 3/1/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fixed file not found error when running a deployment with the same source and destination server. Files in a local just in time build will no longer be zipped into an archive, they will just be moved from the outbox to the inbox as unzipped files.
  • added log message that just in time build has started on source server.
  • increased just in time build timeout from 10 minutes to 30 minutes
  • added a log message when a deployment crashes
  • fixed a bug in the duration cell for multi-stage deployments. The duration was not displaying or calculating correctly.

4.2.0

Released: 2/29/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Minor Changes

  • the create build api now has a memLevel option which can help manage the memory usage of the zipping process. by default it is set to 1, which is the least memory usage. See OttoFMS api docs for allowed values.
  • completedFiles key added to the build manifest stored in the outbox. this value will be incremented with each file fully zipped during the build so we can track progress better.
  • zipSize key added to the build manifest. This value will be set upon build completion with the size of the .build.zip in bytes.
  • added concurrency to the OttoFMS api as a sub-deployment level setting. The concurrency setting manages how many files will be installed or migrated simultaneously.

Patch Changes

  • uninstalling OttoFMS on windows will now fully remove all IIS routing rules put in place by the installer
  • improved logging for delete build and get build status endpoints
  • we are now making even fewer calls to the admin api where possible
  • added link to the webhooks guide from the error if your database is not properly set up to recieve webhooks
  • timers for running deployment will now update based on deployment start time rather than most recent log message, making them more accurate in the ui.
  • Builds will now delete each file from the outbox folder after they are successfully zipped into the .build.zip file. This should dramatically reduce folder size in the outbox.
  • OttoFMS now only logs that remaining deployments will be aborted (when using the abort remaining option) if there are remaining deployments to abort
  • added an ongoing duration to the running deployment screen
  • added better error handling within the build status endpoint
  • updated the formatting of deployment times in the deployment table, deployment details view, and the dashboard
  • added more logs to the zip creation process
  • the manifest.json inside of the .build.zip file will now have a status of "zipping" instead of "started". This value is not updated to "completed" since we update the manifest to "completed" after the zip is complete.
  • we now only log that we are removing builds from the inbox at the end of a deployment if there are builds to remove
  • changed the default compression level of build zips from -1 to 0 (this will apply very little compression to the zips by default, increasing file size and decreasing zip time). This should increase fetch time and decrease zip time. The compression level can be changed in the api, and it will be added to OttoDeployin the future.
  • Fixed an issue that caused OttoFMS to check the wrong disk for available space before starting deployments
  • zips created by ottofms will no longer have errors when unzipped with services like 7zip
  • fixed issue where the copied webhook url would include the masked api key rather than the full api key.
  • added more logging to the fetching phase of deployments so you can see progress as the deployment runs.
  • added server operating system to collected usage data. This will help us target specific operating systems which are having more trouble running processes on OttoFMS
  • Add error handling and logging for file download

4.1.1

Released: 2/21/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • increased single file backup timeout from 2 minutes to 10 minutes
  • fixed bug in upload ui causing sub-folders for folders that were not the default to not display. Also prevented selecting a sub-folder in the secure folder via the ui, which matches current behavior.
  • fix error causing target locale not to be carried through properly to the data migration tool
  • resuming a deployment will now run a local build rather than fetching if it makes sense to do so.
  • a failure to keep the admin api token alive while running a dpeloyment will now log an error
  • a running deployment will now make fewer calls to the admin api
  • fixed an issue that allowed Otto3 license to be recognized as valid.

4.1.0

Released: 2/12/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Minor Changes

  • deployments running between the same source and destination server using a just in time build will now delete the just in time build from the outbox locally rather than making a http request to do it
  • clients can now be disconnected from the client table on the filemaker server tab
  • if doing a deployment with the same source and destination server, the build will be run locally rather than creating a http request to run the build
  • deployments running with the same source and destination server will now copy builds from the outbox to the inbox rather than make a http request for them

Patch Changes

  • scheduled deployments that fail to properly create a schedule will now delete the created deployment and the created schedule to clean up after themselves.
  • attempting to install a file into an additional folder that is not set up now results in a helpful error message
  • added better error for an invalid timestamp on scheduled deployments
  • streamlined ui and removed a couple visual bugs from the register webhooks modal
  • better error message when Just in time build fails
  • added more logging for deployments and made unhandled rejected error log better
  • fire a better error when a build tries to backup a closed file
  • fixed tooltip text in crashed deployment when there is only one sub-deployment
  • only log that we are deleting the schedule if there is a schedule to delete
  • external links in the cmd+k menu will now open in a new tab
  • deployments will now only log that you are logged into the source server if you are using the userpass authentication method since akiKeys and tokens do not need to log in.
  • usage data now includes otto version and fms version
  • fixed error in ui causing notifications to not appear
  • API errors will now be labelled as OttoFMS API errors rather than FileMaker errors
  • downloaded deployment files now have more helpful names
  • better error message for failed builds
  • scheduled deployments that fail to properly create a schedule will now display a more helpful error.
  • webhook urls can now be copied without the api key if you plan to use them with headers instead
  • uploads that take longer than an hour will no longer fail. Uploads can also now be resumed up to two days after starting
  • migrations longer than 15 minutes will no longer crash with an invalid token error
  • allow login to ottoFMS console after changing the FMS password
  • better errors for the fetch failed errors
  • we no longer log that the files were opened successfully at the end of a deployment if there were no files opened successfully
  • admin api keys now have a last used time rather than an updated time. It will display the last time that admin api key was used in the OttoFMS api or the Admin API proxy
  • use locale formatting for deployment start date and time in table and specific deployment page
  • upload fm file modal no longer shows a red X when try to upload any file. It will now show an upload icon for all files, and an error will show if the file is not a .fmp12 file.

4.0.10

Released: 2/7/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fixed scheduled deployment system schedules failing on windows

4.0.9

Released: 2/5/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fixed an issue with the fix to the second disk backup error released in 4.0.8

4.0.8

Released: 2/4/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • Fixed an issue with using a second disk as the FileMaker Server backup folder. (Error: EXDEV: cross-device link not permitted)

4.0.7

Released: 2/2/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fix restore deployment navigation error. The deployments were restored, but the navigation to the deployments page failed.
  • errors in the Data API Entry modal no longer wipe out the form.
  • attempting to upload an existing or duplicate file will show a helpful error.
  • update end user license agreement
  • files can now be renamed during upload
  • fixed an issue with the number of deployment backups to keep.

4.0.6

Released: 1/26/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fixed security vulnerability in the otto admin api proxy
  • fixed an issue with linux service failing to restart after server reboot and removed beta expiry
  • fixed error causing mismatch in simpleq deployment modal

4.0.5

Released: 1/25/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fixed error causing uploads to fail

4.0.4

Released: 1/24/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • remove unnecessary headers from Services table
  • fixed issue where OttoFMS API would not refresh the session token if it was expired.

4.0.3

Released: 1/23/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fixed issue with autoregister webhook toggle toggling the autoregister webhook behavior backwards

4.0.2

Released: 1/22/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • Fix error running migrations using encrypted files.
  • added OttoFMS build number to the info api and settings page.
  • fix padding in file manager
  • added loading indicator to login button
  • adding an admin api token via the api before logging into the web console will now properly set up authentication
  • added a log of the license status on OttoFMS startup
  • added lots of docs links
  • fix adminapi login error with keys
  • admin api key is now encrypted in the database
  • remove expire time from stored token, make cookie expire in 30 days
  • added the option to restart the OttoFMS service from the settings page
  • Rename API Key prefix to DK_
  • closed files can now be downloaded
  • databases are now sorted alphabetically in the fms amdin tab
  • don't close create api key modal on click outside
  • update OttoFMS api doc favicon
  • Add Admin API keys and Admin API Proxy
  • add license info to tinybird
  • build download api now sends the build folder as a zip rather than just the build zip
  • added description to ottomatic folder
  • fix id column spacing in deployments table
  • fix empty database color error on license and login pages
  • allow any fms log file in the log viewer
  • added ottomatic-backups folder for use with ottomatic disaster protection
  • make settings scroll inside main shell rather than full shell
  • Fix unhandled rejection error and add splat format to console logger
  • fix otto docs link
  • await zip file completion
  • added a boolean for whether there is an existing offsite backup schedule to the get offsite settings endpoint
  • going to the /otto/license page with a valid installed license will pass through to OttoFMS
  • moved admin console link to help menu
  • fix webhook error when not returning any ScriptResult in the OttoReceiver Script
  • enable using an Ottomatic license for OttoFMS
  • files now upload in 25 MB chunks to avoid a timeout for large files over slow internet
  • removed http access on windows
  • improves settings page ui
  • fixed issue with FileMaker Servere 20.3 preserved folder
  • Add more descriptions to help buttons
  • Update UI for detail view of sub-deployments
  • deploying OttoDeploy will now only choose a schema version that has both a web version and a schema build for that version published
  • fix error unzipping files during deployments
  • Update Admin API key icon
  • Activation with a License is now required for OttoFMS
  • add required tag to API key label
  • tables in FMS tab are now sortable
  • improved build archiving
  • Added server nickname to the info endpoint
  • add idLicenseValid to the info endpoint
  • sort databases in the fms admin tab alphabetically
  • added keep me logged in functionality
  • added guidance about admin api keys to developer api docs
  • added encryption lock icon to Fm databases screen
  • convert Otto to OttoFMS in multiple places
  • skip logging close files when no files are closing
  • prevent error on deselect log in log viewer
  • Expanded deployments in the deployments table will not collapse when a deployment is running
  • handle encrypted files better when opening files.
  • show error if FileMaker is not running when accessing the OttoFMS console
  • encrypt usernames and passwords for post deployment script
  • add date to changelog in docs
  • fix password and encryption key masking in logs to match complex passwords
  • prevent error when updating offsite settings via api. Will no longer attempt to recreate the backup schedule if one is already existing
  • updated capitalization of OttoFMS
  • fixed issue with Webhook FileMaker validation
  • rename otto v4
  • check for new versions and show in footer

4.0.1-beta.21

Released: 1/11/2024

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • added a log of the license status on OttoFMS startup
  • update OttoFMS api doc favicon
  • going to the /otto/license page with a valid installed license will pass through to OttoFMS
  • files now upload in 25 MB chunks to avoid a timeout for large files over slow internet
  • added OttoFMS build number to the info api and settings page.
  • adding an admin api token via the api before logging into the web console will now properly set up authentication
  • closed files can now be downloaded
  • fix id column spacing in deployments table
  • tables in FMS tab are now sortable
  • Added server nickname to the info endpoint
  • added keep me logged in functionality
  • skip logging close files when no files are closing
  • prevent error on deselect log in log viewer
  • Expanded deployments in the deployments table will not collapse when a deployment is running
  • handle encrypted files better when opening files.
  • show error if FileMaker is not running when accessing the OttoFMS console
  • encrypt usernames and passwords for post deployment script
  • Fixed error when uploading files on Windows servers

4.0.1-beta.19

Released: 12/22/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • await zip file completion

4.0.1-beta.18

Released: 12/22/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • added description to ottomatic folder
  • sort databases in the fms admin tab alphabetically
  • convert Otto to OttoFMS in multiple places

4.0.1-beta.17

Released: 12/21/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fix error unzipping files during deployments
  • improved build archiving

4.0.1-beta.16

Released: 12/19/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • added loading indicator to login button
  • admin api key is now encrypted in the database
  • allow any fms log file in the log viewer
  • added a boolean for whether there is an existing offsite backup schedule to the get offsite settings endpoint
  • moved admin console link to help menu
  • fix webhook error when not returning any ScriptResult in the OttoReceiver Script
  • Add more descriptions to help buttons
  • add date to changelog in docs
  • prevent error when updating offsite settings via api. Will no longer attempt to recreate the backup schedule if one is already existing

4.0.1-beta.15

Released: 12/18/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Minor Changes

  • Fix error running migrations using encrypted files.

Patch Changes

  • Fix unhandled rejection error and add splat format to console logger
  • fixed issue with FileMaker Servere 20.3 preserved folder
  • fix password and encryption key masking in logs to match complex passwords
  • rename otto v4

4.0.1-beta.14

Released: 12/15/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fix padding in file manager
  • added lots of docs links
  • make settings scroll inside main shell rather than full shell
  • removed http access on windows
  • Update UI for detail view of sub-deployments
  • Update Admin API key icon
  • add required tag to API key label
  • check for new versions and show in footer

4.0.1-beta.13

Released: 12/15/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fix adminapi login error with keys

4.0.1-beta.12

Released: 12/15/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • Rename API Key prefix to DK_

4.0.1-beta.11

Released: 12/13/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • remove expire time from stored token, make cookie expire in 30 days
  • add license info to tinybird
  • enable using an Ottomatic license for OttoFMS
  • add idLicenseValid to the info endpoint
  • added encryption lock icon to Fm databases screen

4.0.1-beta.10

Released: 12/12/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • fix empty database color error on license and login pages

4.0.1-beta.9

Released: 12/12/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • Add Admin API keys and Admin API Proxy
  • improves settings page ui
  • Activation with a License is now required for OttoFMS
  • updated capitalization of OttoFMS

4.0.1-beta.8

Released: 12/5/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • added the option to restart the OttoFMS service from the settings page
  • don't close create api key modal on click outside
  • added ottomatic-backups folder for use with ottomatic disaster protection

4.0.1-beta.7

Released: 11/30/2023

Download for Linux (opens in a new tab), Linux (arm) (opens in a new tab), Windows (opens in a new tab), Mac (opens in a new tab)

Patch Changes

  • build download api now sends the build folder as a zip rather than just the build zip
  • fix otto docs link
  • fixed issue with Webhook FileMaker validation